/*------------------------------------------------------------------
[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                         */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/CerebriSans-Light.eot");
  src: url("../fonts/cerebrisans/CerebriSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Light.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/cerebrisans-regular.eot");
  src: url("../fonts/cerebrisans/cerebrisans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-regular.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/cerebrisans-medium.eot");
  src: url("../fonts/cerebrisans/cerebrisans-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-medium.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/cerebrisans-semibold.eot");
  src: url("../fonts/cerebrisans/cerebrisans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-semibold.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/CerebriSans-Bold.eot");
  src: url("../fonts/cerebrisans/CerebriSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Bold.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/CerebriSans-Heavy.eot");
  src: url("../fonts/cerebrisans/CerebriSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Heavy.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
body {
  font-family: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
}

@media (max-width: 1499.98px) {

  /* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  br {
    display: none;
  }
}

/* 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: #FF5170;
  font-size: 15px;
  border-radius: 30px;
  -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(251, 17, 89, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 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: 73px;
  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: #d9e3e3;
  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 #fff;
  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: #FF5170;
}

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

/* 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: "Libre Baskerville", serif;
}

/* line 648, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_2 {
  font-family: "Libre Baskerville", serif;
}

/* 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: "themify";
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
}

/* 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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
  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: "Libre Baskerville", serif;
}

/* 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: "Libre Baskerville", serif;
}

/* 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;
}

/* line 432, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.navbar_fixed .main_menu ul li a {
  padding: 30px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  top: -2px;
}

/* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav a {
  font-size: 14px;
  color: #000;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
  font-weight: 400;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 9.5px 15px;
  margin: 0;
}

/* line 22, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_arrow {
  position: absolute;
  right: 0;
  width: 40px;
  height: 37px;
  text-align: center;
  line-height: 40px;
  top: 0;
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav li {
  display: block;
  border-bottom: none;
  position: relative;
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav ul.submenu {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav ul.submenu li a {
  font-size: 16px;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav .slicknav_arrow {
  margin: 0;
}

/* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row:hover {
  color: #392C7D;
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #392C7D;
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #071a3c !important;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  position: relative;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon {
  margin-right: 0px;
  width: 25px;
  height: 25px;
  margin: 0;
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.mobile_menu {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9999999;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_btn {
  right: 12px;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07);
  padding: 15px 6px;
  margin-top: 0px;
}

/* line 97, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-family: "Libre Baskerville", serif;
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn {
  padding: 0px;
  border: 0px;
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar {
  background-color: #ff4357;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  display: block;
  width: 22px;
  height: 2px;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.home_2 .slicknav_btn .slicknav_icon-bar {
  background-color: #4543de;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 5px;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(3) {
  opacity: 1;
}

/* line 42, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
  opacity: 0;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  position: relative;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
.banner_area .banner_item {
  background-image: url(../../backend/uploads/default-images/1920X700.webp);
  background-size: cover;
  background-position: bottom center;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 175px;
  padding-bottom: 256px;
  position: relative;
  z-index: 0;
}

/* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
.banner_area .banner_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  opacity: .75;
}

@media (max-width: 767.98px) {

  /* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
  .banner_area .banner_item {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

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

  /* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
  .banner_area .banner_item {
    padding-top: 190px;
    padding-bottom: 236px;
  }
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
.banner_area .banner_text {
  max-width: 100%;
  margin: 0 auto;
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
.banner_area .banner_text h3 {
  font-size: 80px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
  max-width: 100%;
}

@media (max-width: 767.98px) {

  /* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
  .banner_area .banner_text h3 {
    font-size: 30px;
  }
}

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

  /* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
  .banner_area .banner_text h3 {
    font-size: 50px;
  }
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
.banner_area .banner_text h3 span {
  color: #FF5170;
}

/* line 55, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
.banner_area .banner_text p {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 43px;
  max-width: 900px;
}

@media (max-width: 575.98px) {

  /* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_banner.scss */
  .banner_area .banner_text .large_search_field {
    width: 100%;
  }

  .banner_area .banner_text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.cta_area {
  background-image: url(../img/banner/cta_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
  .cta_area {
    padding: 75px 0;
  }
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.cta_area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #392C7D;
  opacity: .5;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.cta_area .section__title h3 {
  margin-bottom: 10px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.cta_area .section__title p {
  margin-bottom: 40px;
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.package_area {
  background-image: url("../img/banner/backage_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 292px;
}

@media (max-width: 767.98px) {

  /* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
  .package_area {
    padding-top: 65px;
    padding-bottom: 145px;
  }
}

/* line 43, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.package_area .single_package {
  text-align: center;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.package_area .single_package .icon img {
  display: inline-block;
  width: auto;
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.package_area .single_package h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 31px;
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_cta.scss */
.package_area .single_package p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .thumb {
  position: relative;
  overflow: hidden;
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .thumb img {
  transform: scale(1);
  transition: .3s;
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .thumb .prise_tag {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #fff;
  color: #FB1159;
}

/* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content {
  padding-top: 26px;
  padding-right: 20px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content h4 {
  font-weight: 700;
  transition: .3s;
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content h4:hover {
  color: #FF5170;
}

/* line 35, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .rating_cart {
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .rating_cart .rateing {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  padding: 0px 16px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-right: 5px;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .rating_cart .rateing span {
  margin-right: 7px;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .rating_cart .rateing i {
  color: #FFC107;
}

/* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .rating_cart .cart_store {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  color: #202e3b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: .3s;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .rating_cart .cart_store:hover {
  border-color: #FF5170;
  color: #FF5170;
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .course_less_students a {
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  display: inline-flex;
  align-items: center;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .course_less_students a:not(:last-child) {
  margin-right: 30px;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course .course_content .course_less_students a i {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.course_area .single_course:hover img {
  transform: scale(1.1);
}

/* line 99, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area {
  padding-bottom: 140px;
}

@media (max-width: 767.98px) {

  /* line 99, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
  .quiz_area {
    padding-bottom: 45px;
  }
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .white_box {
  background: #fff;
  position: relative;
  margin-top: -150px;
  padding-top: 90px;
}

@media (max-width: 767.98px) {

  /* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
  .quiz_area .white_box {
    margin-top: -75px;
    padding-top: 45px;
  }
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .thumb {
  position: relative;
  overflow: hidden;
}

/* line 118, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .thumb img {
  transform: scale(1);
  transition: .3s;
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .thumb .prise_tag {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: #fff;
  color: #FB1159;
}

/* line 136, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .thumb .quiz_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  background: #fff;
  text-transform: capitalize;
  border-radius: 0 5px 0 0;
  padding: 8px 16px;
  line-height: 1;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content {
  padding-top: 26px;
  padding-right: 20px;
}

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

  /* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
  .quiz_area .single_course .course_content {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {

  /* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
  .quiz_area .single_course .course_content {
    padding-right: 0;
  }
}

/* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content h4 {
  font-weight: 700;
  transition: .3s;
}

/* line 162, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content h4:hover {
  color: #FF5170;
}

/* line 166, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .rating_cart {
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* line 170, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .rating_cart .rateing {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  padding: 0px 16px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-right: 5px;
}

/* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .rating_cart .rateing span {
  margin-right: 7px;
}

/* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .rating_cart .rateing i {
  color: #FFC107;
}

/* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .rating_cart .cart_store {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  color: #202e3b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: .3s;
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .rating_cart .cart_store:hover {
  border-color: #FF5170;
  color: #FF5170;
}

/* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .course_less_students a {
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  display: inline-flex;
  align-items: center;
}

/* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .course_less_students a:not(:last-child) {
  margin-right: 30px;
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course .course_content .course_less_students a i {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_course.scss */
.quiz_area .single_course:hover img {
  transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .thumb {
  position: relative;
  overflow: hidden;
}

/* line 5, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .thumb img {
  transform: scale(1);
  transition: .3s;
}

/* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .thumb .prise_tag {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #fff;
  color: #FB1159;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content {
  padding-top: 26px;
  padding-right: 20px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content h4 {
  font-weight: 700;
  transition: .3s;
}

/* line 30, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content h4:hover {
  color: #FF5170;
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .rating_cart {
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .rating_cart .rateing {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  padding: 0px 16px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-right: 5px;
  background: #fff;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .rating_cart .rateing span {
  margin-right: 7px;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .rating_cart .rateing i {
  color: #FFC107;
}

/* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .rating_cart .cart_store {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  color: #202e3b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  transition: .3s;
}

/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .rating_cart .cart_store:hover {
  border-color: #FF5170;
  color: #FF5170;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .course_less_students a {
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  display: inline-flex;
  align-items: center;
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .course_less_students a:not(:last-child) {
  margin-right: 30px;
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged .course_content .course_less_students a i {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

/* line 93, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.couse_wizged:hover img {
  transform: scale(1.1);
}

/* line 99, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .thumb {
  position: relative;
  overflow: hidden;
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .thumb img {
  transform: scale(1);
  transition: .3s;
}

/* line 106, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .thumb .prise_tag {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: #fff;
  color: #FB1159;
}

/* line 120, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .thumb .quiz_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  background: #fff;
  text-transform: capitalize;
  border-radius: 0 5px 0 0;
  padding: 8px 16px;
  line-height: 1;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content {
  padding-top: 26px;
  padding-right: 20px;
}

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

  /* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
  .quiz_wizged .course_content {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {

  /* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
  .quiz_wizged .course_content {
    padding-right: 0;
  }
}

/* line 143, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content h4 {
  font-weight: 700;
  transition: .3s;
}

/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content h4:hover {
  color: #FF5170;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .rating_cart {
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* line 154, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .rating_cart .rateing {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  padding: 0px 16px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-right: 5px;
  background: #fff;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .rating_cart .rateing span {
  margin-right: 7px;
}

/* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .rating_cart .rateing i {
  color: #FFC107;
}

/* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .rating_cart .cart_store {
  border: 1px solid #F5F5F5;
  font-size: 14px;
  color: #202e3b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  transition: .3s;
}

/* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .rating_cart .cart_store:hover {
  border-color: #FF5170;
  color: #FF5170;
}

/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .course_less_students a {
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  display: inline-flex;
  align-items: center;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .course_less_students a:not(:last-child) {
  margin-right: 30px;
}

/* line 200, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged .course_content .course_less_students a i {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

/* line 209, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.quiz_wizged:hover img {
  transform: scale(1.1);
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.courses_area {
  padding: 150px 0 90px 0;
}

@media (max-width: 767.98px) {

  /* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
  .courses_area {
    padding: 65px 0 30px 0;
  }
}

/* line 219, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.courses_area .couse_wizged,
.courses_area .quiz_wizged {
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {

  /* line 219, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
  .courses_area .couse_wizged,
  .courses_area .quiz_wizged {
    margin-bottom: 40px;
  }
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.course_category_chose .course_category_inner {
  border: 1px solid #E9E7F7;
  padding: 30px;
  border-radius: 5px 0 0 5px;
}

/* line 235, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.course_category_chose .single_course_categry h4 {
  margin-bottom: 18px;
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.course_category_chose .single_course_categry:not(:last-child) {
  margin-bottom: 36px;
}

/* line 243, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.course_category_chose .course_title svg {
  margin-right: 10px;
}

/* line 250, ../../../../../laragon/www/onestschool-frontend/scss/_courses.scss */
.Check_sidebar li:not(:last-child) {
  margin-bottom: 15px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area {
  background: #F8F8FE;
  padding-top: 140px;
  padding-bottom: 240px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
  .testmonial_area {
    padding-top: 65px;
    padding-bottom: 75px;
  }
}

/* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial {
  border: 1px solid #EDEDED;
  border-radius: 10px;
  background: #fff;
  padding: 50px 50px 58px 50px;
}

@media (max-width: 767.98px) {

  /* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
  .testmonial_area .single_testmonial {
    padding: 40px 40px 48px 40px;
  }
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial .testmonial_header {
  margin-bottom: 25px;
}

/* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial .testmonial_header .thumb {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  flex: 80px 0 0;
}

@media (max-width: 767.98px) {

  /* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
  .testmonial_area .single_testmonial .testmonial_header .thumb {
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
    margin-right: 20px;
  }
}

/* line 30, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial .testmonial_header .thumb img {
  width: 100%;
  border-radius: 50%;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 7px;
}

/* line 43, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i {
  font-size: 15px;
  color: #FFC107;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i:not(:last-child) {
  margin-right: 5px;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_testimoanial.scss */
.testmonial_area .single_testmonial p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_brand.scss */
.brand_area .barnd_wrapper {
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  padding: 50px 40px;
  position: relative;
  margin-top: -90px;
  border-radius: 20px;
}

@media (max-width: 767.98px) {

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_brand.scss */
  .brand_area .barnd_wrapper {
    margin-top: 0;
    padding: 40px 30px;
  }
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_brand.scss */
.brand_area .barnd_wrapper .single_brand {
  text-align: center;
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_brand.scss */
.brand_area .barnd_wrapper .single_brand img {
  width: auto;
  display: inline-block;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_area {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_area {
    padding-top: 70px;
    padding-bottom: 10px;
  }
}

/* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget {
  margin-bottom: 0px;
  display: flex;
}

@media (max-width: 991.98px) {

  /* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_widget {
    flex-wrap: wrap;
  }
}

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

  /* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_widget {
    flex-wrap: wrap;
  }
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget:hover .thumb img {
  transform: scale(1);
}

/* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .thumb {
  display: block;
  overflow: hidden;
  max-width: 50%;
  flex-shrink: 0;
  width: 100%;
  max-height: 308px;
  height: 100%;
}

@media (max-width: 991.98px) {

  /* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_widget .thumb {
    max-width: 100%;
    width: 100%;
  }
}

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

  /* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_widget .thumb {
    max-width: 100%;
    width: 100%;
  }
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .thumb img {
  transition: 0.3s;
  transform: scale(1.1);
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta {
  padding-right: 20px;
  background: #392c7d;
  padding: 30px 22px;
}

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

  /* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_widget .blog_meta {
    padding-right: 0;
  }
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta .brand_text {
  margin: 0;
  background: #FF5170;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 13px 16px;
  display: inline-flex;
  margin-bottom: 20px;
}

/* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta h4 {
  margin: 0;
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta h4 a {
  font-weight: 700;
  font-size: 22px;
  transition: 0.3s;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta h4 a:hover {
  color: #FF5170;
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta h4:hover {
  color: #FF5170;
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #c0c0c0;
  margin: 27px 0 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 98, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta .blog_bottom .blog_readmore .blog_readmore_text {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: .3s;
  margin-bottom: 0;
}

/* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta .blog_bottom .blog_readmore i {
  font-size: 14px;
  color: #fff;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta .blog_bottom .blog_readmore:hover .blog_readmore_text,
.blog_widget .blog_meta .blog_bottom .blog_readmore:hover i {
  color: #FF5170;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget .blog_meta .blog_bottom .blog_post_date {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta {
  background: #FF5170;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta .brand_text {
  background: #392C7D;
  color: #fff;
}

/* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta h4 a {
  color: #fff;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta h4 a:hover {
  color: #392C7D;
}

/* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta h4:hover {
  color: #392C7D;
}

/* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta p {
  color: #F8F8F8;
}

/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore .blog_readmore_text {
  color: #fff;
}

/* line 149, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore i {
  font-size: 14px;
  color: #fff;
}

/* line 154, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore:hover .blog_readmore_text,
.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore:hover i {
  color: #392C7D;
}

/* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1440px;
}

@media (max-width: 767.98px) {

  /* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 173, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper {
  padding: 150px 0 90px 0;
}

@media (max-width: 767.98px) {

  /* line 173, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_page_wrapper {
    padding: 75px 0 35px 0;
  }
}

/* line 178, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper .single_blog {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {

  /* line 178, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_page_wrapper .single_blog {
    margin-bottom: 30px;
  }
}

/* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper .single_blog .thumb {
  overflow: hidden;
  margin-bottom: 44px;
  display: block;
}

@media (max-width: 767.98px) {

  /* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_page_wrapper .single_blog .thumb {
    margin-bottom: 30px;
  }
}

/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper .single_blog .thumb img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper .single_blog .blog_meta span {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  display: block;
  margin-bottom: 16px;
}

/* line 205, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper .single_blog .blog_meta h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
}

@media (max-width: 767.98px) {

  /* line 205, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
  .blog_page_wrapper .single_blog .blog_meta h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 218, ../../../../../laragon/www/onestschool-frontend/scss/_blog.scss */
.blog_page_wrapper .single_blog:hover .thumb img {
  transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.services_area {
  background-image: url(../../backend/uploads/default-images/1920X700.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 130px 0 110px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .services_area {
    padding: 75px 0 55px 0;
  }
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.services_area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #392C7D;
  opacity: .7;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.services_area .section__title h3 {
  margin-bottom: 10px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.services_area .section__title p {
  margin-bottom: 40px;
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.serevice_box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
}

@media (max-width: 767.98px) {

  /* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .serevice_box {
    padding: 25px;
  }
}

/* line 41, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.serevice_box .icon {
  margin-bottom: 30px;
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.serevice_box .icon img {
  width: 100%;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.serevice_box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.serevice_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin: 16px 0 20px 0;
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.facilites_area {
  background: #FF5170;
  padding: 43px 0 18px 0;
}

/* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.facilites_box {
  grid-gap: 32px;
}

@media (max-width: 991.98px) {

  /* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .facilites_box {
    grid-gap: 24px;
  }
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.facilites_box .facilites_box_icon {
  max-width: 66px;
}

/* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.facilites_box .facilites_box_icon img {
  max-width: 100%;
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.facilites_box .facilites_box_content h4 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  margin-bottom: 23px;
  line-height: 1;
}

@media (max-width: 991.98px) {

  /* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .facilites_box .facilites_box_content h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.facilites_box .facilites_box_content p {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 991.98px) {

  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .facilites_box .facilites_box_content p {
    font-size: 20px;
  }
}

/* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

@media (max-width: 767.98px) {

  /* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .teaching_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single {
  grid-gap: 24px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: #fff;
  padding: 36px;
  transition: .3s;
}

@media (max-width: 991.98px) {

  /* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .teaching_grid .teaching_single {
    padding: 10px 15px;
  }
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #392C7D;
  color: #fff;
  flex-shrink: 0;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single .icon i {
  position: relative;
  top: -0.5px;
  right: -0.5px;
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single p {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}

@media (max-width: 991.98px) {

  /* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .teaching_grid .teaching_single p {
    font-size: 18px;
  }
}

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

  /* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
  .teaching_grid .teaching_single p {
    font-size: 20px;
  }
}

/* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single:hover {
  background: #FF5170;
}

/* line 153, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single:hover .icon {
  color: #392C7D;
  background: #fff;
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_services.scss */
.teaching_grid .teaching_single:hover p {
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area {
    padding-bottom: 45px;
  }
}

/* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .section__title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  margin: 20px 0 30px 0;
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .category_wiz .thumb {
  position: relative;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .category_wiz .thumb.small_thumb {
  margin-right: 50px;
}

@media (max-width: 767.98px) {

  /* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .category_wiz .thumb.small_thumb {
    margin-right: 0;
  }
}

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

  /* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .category_wiz .thumb.small_thumb {
    margin-right: 0;
  }
}

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

  /* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .category_wiz .thumb.small_thumb {
    margin-right: 0;
  }
}

/* line 29, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .category_wiz .thumb .cat_btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #202e3b;
  font-weight: 600;
  padding: 27.5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 23px;
}

@media (max-width: 767.98px) {

  /* line 29, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .category_wiz .thumb .cat_btn {
    font-size: 14px;
    padding: 20px 8px;
  }
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .category_wiz .thumb .cat_btn:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .brouse_cat_btn {
  margin-left: 50px;
  display: block;
  background: #FB1159;
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  text-align: right;
  padding: 50px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767.98px) {

  /* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .brouse_cat_btn {
    margin-left: 0;
  }
}

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

  /* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .brouse_cat_btn {
    margin-left: 0;
  }
}

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

  /* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .brouse_cat_btn {
    margin-left: 0;
    font-size: 25px;
    line-height: 33px;
  }
}

/* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .couses_category {
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 65px 70px 40px 70px;
  position: relative;
  margin-top: -100px;
  margin-bottom: 150px;
}

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

  /* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category {
    padding: 52px 50px 23px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category {
    padding: 65px 30px 40px 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category {
    padding: 40px 30px;
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {

  /* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category {
    margin-bottom: 66px;
  }
}

/* line 106, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .couses_category .col-xl-4:not(:last-child) .single_course_cat {
  margin-bottom: 30px;
}

/* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .couses_category .single_course_cat {
  display: flex;
}

@media (max-width: 575.98px) {

  /* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category .single_course_cat {
    flex-direction: column;
  }
}

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

  /* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category .single_course_cat {
    flex-direction: column;
  }
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .couses_category .single_course_cat .icon {
  margin-right: 20px;
  margin-bottom: 15px;
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .couses_category .single_course_cat .course_content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
  .category_area .couses_category .single_course_cat .course_content h4 {
    font-size: 19px;
  }
}

/* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_category.scss */
.category_area .couses_category .single_course_cat .course_content p {
  font-size: 16px;
  font-weight: 500;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_team.scss */
.team_area .single_team .thumb {
  overflow: hidden;
}

/* line 5, ../../../../../laragon/www/onestschool-frontend/scss/_team.scss */
.team_area .single_team .thumb img {
  transition: .3s;
  transform: scale(1);
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_team.scss */
.team_area .single_team h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1px;
  margin-top: 26px;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_team.scss */
.team_area .single_team span {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  color: #373737;
}

/* line 23, ../../../../../laragon/www/onestschool-frontend/scss/_team.scss */
.team_area .single_team:hover img {
  transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area {
  padding: 150px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .who_we_area {
    padding: 75px 0;
  }
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area .who_we_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .who_we_area .who_we_info {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area .who_we_info .info_left {
  border: 1px solid #E9E7F7;
  padding: 57px 80px 67px 50px;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 767.98px) {

  /* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .who_we_area .who_we_info .info_left {
    padding: 35px 30px;
    border-radius: 5px;
  }
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area .who_we_info .info_left span {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 600;
  color: #373737;
  display: inline-block;
  margin-bottom: 21px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area .who_we_info .info_left p {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #202e3b;
}

@media (max-width: 575.98px) {

  /* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .who_we_area .who_we_info .info_left p {
    font-size: 20px;
    line-height: 31px;
  }
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area .who_we_info .info_right {
  background: #FB1159;
  display: flex;
  align-items: center;
  padding: 70px 65px 70px 70px;
}

@media (max-width: 767.98px) {

  /* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .who_we_area .who_we_info .info_right {
    padding: 35px 30px;
    border-radius: 5px;
  }
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.who_we_area .who_we_info .info_right p {
  font-family: "Libre Baskerville", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}

@media (max-width: 575.98px) {

  /* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .who_we_area .who_we_info .info_right p {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_area {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {

  /* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_area {
    padding-bottom: 30px;
  }
}

/* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_area .about_gallery {
  display: grid;
  grid-template-columns: 330px 360px;
  grid-gap: 30px;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_area .about_gallery {
    grid-template-columns: auto;
  }
}

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

  /* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_area .about_gallery {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}

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

  /* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_area .about_gallery {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {

  /* line 86, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_area .about_gallery .gallery_box .thumb {
    margin-bottom: 30px;
  }
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_area .about_gallery .gallery_box .thumb.small_thumb {
  margin: 30px 0 0 50px;
}

@media (max-width: 767.98px) {

  /* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb {
    margin: 0px 0 0 0px;
  }
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_area .section__title h3 {
  margin-bottom: 40px;
}

/* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_area .section__title p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  font-weight: 400;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {

  /* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery:not(:nth-child(2n + 1)) .single_about_content {
  padding: 30px 0;
}

@media (max-width: 991.98px) {

  /* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery:not(:nth-child(2n + 1)) .single_about_content {
    padding: 0;
  }
}

@media (max-width: 991.98px) {

  /* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {

  /* line 135, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery:not(:nth-child(2n + 1)) .single_about_gallery_thumb {
    margin-top: 20px;
  }
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery .single_about_gallery_thumb {
  flex-shrink: 0;
  max-width: 50%;
}

@media (max-width: 991.98px) {

  /* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery .single_about_gallery_thumb {
    max-width: 100%;
    order: 1;
  }
}

/* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery .single_about_content {
  flex-shrink: 0;
  max-width: 50%;
  padding: 30px 0 30px 73px;
  width: 100%;
}

@media (max-width: 991.98px) {

  /* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery .single_about_content {
    padding: 30px 0;
    max-width: 100%;
  }
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery .single_about_content .iconImg {
  max-width: 60px;
}

/* line 160, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery .single_about_content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  margin: 18px 0 21px 0;
}

@media (max-width: 991.98px) {

  /* line 160, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery .single_about_content h4 {
    font-size: 25px;
    line-height: 1.2;
  }
}

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

  /* line 160, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery .single_about_content h4 {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* line 174, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
.about_gallery_wrapper .single_about_gallery .single_about_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  max-width: 667px;
}

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

  /* line 174, ../../../../../laragon/www/onestschool-frontend/scss/_about.scss */
  .about_gallery_wrapper .single_about_gallery .single_about_content p {
    font-size: 14px;
    line-height: 1.2;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area {
  padding: 150px 0 145px 0;
  position: relative;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area {
    padding: 36px 0 72px 0;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area {
    padding: 25px 0 144px 0;
  }
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  background-image: url(../img/about/counter_bg.png);
  clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

@media (max-width: 991.98px) {

  /* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area::before {
    display: none;
  }
}

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

  /* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area::before {
    width: 45%;
  }
}

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

  /* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area::before {
    width: 45%;
  }
}

/* line 33, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 33, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area .counter_wrapper .single_counter {
    padding-left: 0 !important;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 42, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter:not(:last-child) {
  margin-bottom: 53px;
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter:first-child {
  padding-left: 165px;
}

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

  /* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area .counter_wrapper .single_counter:first-child {
    padding-left: 30px;
  }
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter:nth-child(2) {
  padding-left: 105px;
}

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

  /* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area .counter_wrapper .single_counter:nth-child(2) {
    padding-left: 10px;
  }
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter:nth-child(3) {
  padding-left: 15px;
}

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

  /* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area .counter_wrapper .single_counter:nth-child(3) {
    padding-left: 0;
  }
}

/* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter h3 {
  font-size: 60px;
  font-weight: 900;
  color: #FB1159;
  margin-right: 42px;
  min-width: 150px;
  margin-bottom: 0;
}

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

  /* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area .counter_wrapper .single_counter h3 {
    margin-right: 30px;
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {

  /* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
  .counter_area .counter_wrapper .single_counter h3 {
    font-size: 40px;
    width: auto;
    margin-bottom: 20px;
  }
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter .counter_content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 15px;
}

/* line 88, ../../../../../laragon/www/onestschool-frontend/scss/_counter.scss */
.counter_area .counter_wrapper .single_counter .counter_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #373737;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 3px;
}

/* line 42, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox input:checked~.checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: 0.3s;
  transform: scale(0);
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox input:checked~.checkmark {
  background: #FF5170;
  transition: 0.3s;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox input:checked~.checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  text-indent: 1px;
  color: #828bb2;
  background-color: transparent;
  border: 0px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #e9e7f7;
  transition: 0.3s;
  transform: scale(1);
}

/* line 106, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 118, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 .label_name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 input:checked~.checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: 0.3s;
  transform: scale(0);
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 input:checked~.checkmark {
  background: #20e007;
  transition: 0.3s;
}

/* line 171, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 input:checked~.checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  text-indent: 1px;
  color: #828bb2;
  background-color: transparent;
  border: 0px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
  font-weight: 700;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2 .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #e9e7f7;
  transition: 0.3s;
  transform: scale(1);
}

/* line 211, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2.error_ans input:checked~.checkmark::before {
  content: "\e646";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
  text-indent: 1px;
  color: #828bb2;
  background-color: transparent;
  border: 0px;
  transform: rotate(0deg);
  font-size: 6px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
  font-weight: 700;
}

/* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_checkbox2.error_ans input:checked~.checkmark {
  background: #ff1414;
  transition: 0.3s;
}

/* line 237, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
}

/* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 249, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox .label_name {
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 257, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

/* line 261, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

/* line 278, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 287, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox input:checked~.checkmark:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(1);
  border-color: #FF5170;
}

/* line 294, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox input:checked~.checkmark {
  transition: 0.3s;
}

/* line 300, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox input:checked~.checkmark::before {
  transform: translate(-50%, -50%) scale(1);
}

/* line 303, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark::before {
  position: absolute;
  background: #FF5170;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}

/* line 315, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #e9e7f7;
  transition: 0.3s;
  transform: scale(1);
}

/* line 331, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.play_button {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  color: #FF5170;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  position: relative;
  font-size: 25px;
  transition: 0.3s;
  cursor: pointer;
}

/* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.play_button:hover {
  background: #FF5170;
  color: #fff;
}

/* line 350, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme__overlay {
  position: relative;
  z-index: 2;
}

/* line 353, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0b21;
  opacity: 0.4;
  z-index: -1;
}

/* line 366, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.lms_tabmenu {
  background: #f8f8fe;
  border-radius: 10px;
  display: inline-flex;
}

/* line 371, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.lms_tabmenu li a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  border-radius: 10px;
  padding: 13px 39px;
}

@media (max-width: 767.98px) {

  /* line 371, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
  .lms_tabmenu li a {
    padding: 13px 30px;
  }
}

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

  /* line 371, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
  .lms_tabmenu li a {
    padding: 13px 27px;
  }
}

/* line 384, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.lms_tabmenu li a.active {
  background: #FF5170;
  color: #fff;
  border-radius: 10px;
}

/* line 393, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_border {
  border-top: 1px solid #e9e7f7;
}

/* line 399, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according button::before {
  left: 25px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "\e622";
  font-family: "themify";
  font-size: 16px;
  color: #373737;
  font-weight: 400;
}

/* line 410, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according button.collapsed::before {
  content: "\e61a";
  font-family: "themify";
}

/* line 417, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card {
  margin-bottom: 15px;
  border: 0;
}

/* line 420, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card .card-header {
  border: 1px solid #e9e7f7;
  border-radius: 5px;
  background: transparent;
  padding: 0;
}

/* line 427, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card .card-header h5 button {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 600;
  color: #202e3b;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 11.5px 25px 11.5px 50px;
  text-decoration: none !important;
}

@media (max-width: 767.98px) {

  /* line 427, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
  .theme_according .card .card-header h5 button {
    flex-wrap: wrap;
  }
}

/* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card .card-header h5 button span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #373737;
}

/* line 451, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body {
  padding: 0;
  padding-top: 20px;
}

/* line 455, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 455, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
  .theme_according .card-body .curriculam_list .curriculam_single {
    flex-wrap: wrap;
  }
}

/* line 463, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single:last-child {
  margin-bottom: 15px;
}

/* line 466, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 466, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
  .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left {
    margin-bottom: 10px;
  }
}

/* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left i {
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}

/* line 477, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left span {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 483, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right {
  display: flex;
  align-items: center;
}

/* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right .theme_btn_lite {
  margin-right: 30px;
}

/* line 490, ../../../../../laragon/www/onestschool-frontend/scss/_predefine.scss */
.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right span {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .dark_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 8, 34, 0.4);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

/* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .dark_overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 767.98px) {

  /* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
  .shoping_wrapper .chart_close {
    display: none;
  }
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart {
  position: fixed;
  top: 0px;
  right: 0;
  background: #fff;
  z-index: 3;
  height: 100%;
  width: 519px;
  padding: 140px 30px 40px 40px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: .3s;
}

@media (max-width: 575.98px) {

  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
  .shoping_wrapper .shoping_cart {
    width: 100%;
    padding: 100px 20px 30px 30px;
  }
}

/* line 42, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart.active {
  opacity: 1;
  visibility: visible;
}

/* line 47, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
  border-bottom: 1px solid #E1E2E6;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 15px;
}

/* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
  display: flex;
  border-bottom: 1px solid #E1E2E6;
  align-items: center;
  padding: 20px 0;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart:last-child {
  padding-bottom: 60px;
  margin-bottom: 30px;
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb {
  width: 120px;
  margin-right: 30px;
}

/* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb img {
  width: 100%;
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #373737;
  margin-bottom: 10px;
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .multy_icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 13px;
  margin-left: 5px;
  color: #373737;
}

/* line 94, ../../../../../laragon/www/onestschool-frontend/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
  color: #49A60A;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details {
  padding: 150px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details {
    padding: 75px 0 45px 0;
  }
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title {
  display: flex;
}

@media (max-width: 767.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title {
    flex-direction: column;
  }
}

/* line 11, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {

  /* line 11, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details {
    margin-bottom: 30px;
  }
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details:not(:last-child) {
  margin-right: 60px;
  padding-right: 60px;
}

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

  /* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {

  /* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #E9E7F7;
  width: 1px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {

  /* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details:not(:last-child)::before {
    display: none;
  }
}

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

  /* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details:not(:last-child)::before {
    display: none;
  }
}

/* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .thumb {
  margin-right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: 80px 0 0;
}

/* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .thumb img {
  width: 100%;
  border-radius: 50%;
}

/* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .details_content span {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  display: inline-block;
  margin-bottom: 3px;
}

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

  /* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details .details_content h4 {
    font-size: 18px;
  }
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .details_content .rating_star {
  display: flex;
}

/* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .details_content .rating_star .stars {
  display: flex;
  align-items: center;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .details_content .rating_star .stars i {
  font-size: 15px;
  color: #FFC107;
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) {
  margin-right: 5px;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .course__details_title .single__details .details_content .rating_star p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #202E3B;
  margin-bottom: 0;
  margin-left: 19px;
}

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

  /* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .course__details_title .single__details .details_content .rating_star p {
    margin-left: 5px;
  }
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .video_screen {
  background-image: url(../img/course_details/banner.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {

  /* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course__details .video_screen {
    height: 500px;
  }
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course__details .video_screen p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  margin-top: 14px;
}

/* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .sidebar__title {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

/* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .sidebar__title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #202E3B;
  margin-bottom: 0;
  margin-right: 23px;
}

@media (max-width: 767.98px) {

  /* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .sidebar__widget .sidebar__title h3 {
    font-size: 30px;
  }
}

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

  /* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .sidebar__widget .sidebar__title h3 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {

  /* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .sidebar__widget .sidebar__title h3 {
    font-size: 30px;
  }
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .sidebar__title p {
  font-size: 14px;
  font-weight: 600;
  color: #687083;
  margin-bottom: 0;
  font-family: "Libre Baskerville", serif;
}

/* line 153, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .sidebar__title p i {
  color: #687083;
  font-size: 16px;
  margin-right: 5px;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .course_includes li {
  display: flex;
  align-items: center;
}

/* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .course_includes li:not(:last-child) {
  margin-bottom: 12px;
}

/* line 167, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .course_includes li i {
  font-size: 22px;
  font-weight: 400;
  color: #373737;
  margin-right: 15px;
}

/* line 173, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.sidebar__widget .course_includes li p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* line 182, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .lms_tab_content {
    margin-bottom: 45px;
  }
}

@media (min-width: 1500px) {

  /* line 182, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .lms_tab_content {
    padding-right: 50px;
  }
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .course_overview_description .single_overview:not(:last-child) {
  margin-bottom: 54px;
}

/* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .course_overview_description .single_overview:last-child {
  margin-bottom: 25px;
}

/* line 198, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .course_overview_description .single_overview .theme_border {
  margin-bottom: 24px;
}

/* line 201, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .course_overview_description .single_overview p {
  line-height: 26px;
  font-weight: 400;
}

/* line 205, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .course_overview_description .single_overview .social_btns {
  display: flex;
  flex-wrap: wrap;
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .course_overview_description .single_overview .social_btns .social_btn {
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 215, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper {
  padding-bottom: 97px;
}

@media (max-width: 767.98px) {

  /* line 215, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .lms_tab_content .instractor_details_wrapper {
    padding-bottom: 47px;
  }
}

/* line 221, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_title {
  margin-bottom: 38px;
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_title h4 {
  margin-bottom: 3px;
}

/* line 226, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_title>p {
  color: #373737;
  font-weight: 500;
}

/* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_details_inner {
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 60px;
  margin-bottom: 53px;
}

@media (max-width: 767.98px) {

  /* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .lms_tab_content .instractor_details_wrapper .instractor_details_inner {
    grid-template-columns: auto;
    grid-gap: 30px;
    margin-bottom: 30px;
  }
}

/* line 245, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h4 {
  margin-bottom: 8px;
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #373737;
}

/* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
  margin-bottom: 21px;
  margin-top: 24px;
}

@media (max-width: 767.98px) {

  /* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
    margin-bottom: 21px;
  }
}

/* line 265, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}

/* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification i {
  font-size: 22px;
  font-weight: 400;
  margin-right: 15px;
}

/* line 285, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.lms_tab_content .author_courses {
  padding-top: 87px;
  border-top: 1px solid #E9E7F7;
}

@media (max-width: 767.98px) {

  /* line 285, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .lms_tab_content .author_courses {
    padding-top: 47px;
  }
}

/* line 295, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .details_title {
  margin-bottom: 38px;
}

/* line 297, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .details_title h4 {
  margin-bottom: 3px;
}

/* line 300, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .details_title>p {
  color: #373737;
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback {
  display: flex;
}

@media (max-width: 767.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_feedback {
    flex-direction: column;
  }
}

/* line 309, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .course_feedback_left {
  padding-right: 55px;
  margin-bottom: 30px;
}

/* line 312, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .course_feedback_left h2 {
  font-size: 60px;
  font-weight: 900;
  color: #FF5170;
  margin-bottom: 0;
  line-height: 1;
}

/* line 319, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars {
  display: flex;
  align-items: center;
  margin: 5px 0 8px 0;
}

/* line 323, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
  color: #FFC107;
  font-size: 17px;
}

/* line 326, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

/* line 331, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .course_feedback_left span {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  color: #202E3B;
}

/* line 338, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar {
  width: 100%;
}

/* line 340, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar {
  display: grid;
  grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
  align-items: center;
  margin-bottom: 20px;
}

/* line 349, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
  height: 10px;
  background-color: #E8E8ED;
  border-radius: 30px;
  margin-right: 30px;
}

@media (max-width: 767.98px) {

  /* line 349, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
    margin-right: 15px;
  }
}

/* line 357, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar {
  background: #202E3B;
  border-radius: 30px;
}

/* line 363, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 20px;
}

@media (max-width: 767.98px) {

  /* line 363, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
    margin-right: 15px;
  }
}

/* line 371, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
  color: #FFC107;
  font-size: 17px;
}

@media (max-width: 767.98px) {

  /* line 371, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
    font-size: 14px;
  }
}

/* line 377, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

/* line 382, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  color: #202E3B;
}

/* line 392, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews {
  border-top: 1px solid #E9E7F7;
  padding-top: 56px;
  margin-top: 36px;
}

/* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .details_title {
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {

  /* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 30px;
  }
}

/* line 402, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews {
  display: flex;
  border-bottom: 1px solid #E9E7F7;
  padding-bottom: 57px;
  margin-bottom: 60px;
}

/* line 407, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
  padding-bottom: 37px;
  border: 0;
}

@media (max-width: 767.98px) {

  /* line 402, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_cutomer_reviews .single_reviews {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {

  /* line 402, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
  .course_review_wrapper .course_cutomer_reviews .single_reviews {
    flex-direction: column;
  }
}

/* line 418, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
  font-size: 20px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FF5170;
  flex: 80px 0 0;
  margin-right: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
}

/* line 435, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content h4 {
  margin-bottom: 0;
}

/* line 438, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer {
  display: flex;
  align-items: center;
  margin: 7px 0 21px 0;
}

/* line 442, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 15px;
}

/* line 447, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i {
  color: #FFC107;
  font-size: 15px;
}

/* line 450, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

/* line 455, ../../../../../laragon/www/onestschool-frontend/scss/_course_details.scss */
.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer span {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_list li {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_list li i {
  font-size: 12px;
  font-weight: 400;
  color: #373737;
  margin-right: 10px;
}

/* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz__details {
  padding: 150px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz__details {
    padding: 75px 0 45px 0;
  }
}

/* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz__details .lms_tab_content .course_overview_description .single_overview {
  margin-bottom: 30px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz__details .lms_tab_content .course_overview_description .single_overview:last-child {
  margin-bottom: 28px;
}

@media (max-width: 767.98px) {

  /* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz__details .lms_tab_content .course_overview_description .single_overview:last-child {
    margin-bottom: 40px;
  }
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz__details .course_cutomer_reviews .single_reviews:last-child {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 28px;
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* line 47, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_header {
  background: #f8f8fe;
  padding: 26.8px 60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {

  /* line 47, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_test_wrapper .quiz_test_header {
    padding: 20px 30px;
  }
}

/* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_test_wrapper .quiz_test_header h3 {
    font-size: 18px;
  }
}

/* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_body {
  padding: 50px 50px 80px 60px;
}

@media (max-width: 767.98px) {

  /* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_test_wrapper .quiz_test_body {
    padding: 40px 40px 50px 40px;
  }
}

/* line 69, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_body p {
  margin-bottom: 26px;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_body p a {
  font-weight: 600;
  color: #373737;
}

/* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_body .quiz_test_info {
  margin-bottom: 47px;
  padding-top: 4px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_body .quiz_test_info li {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #373737;
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 20px;
  margin-bottom: 7px;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_test_wrapper .quiz_test_body .quiz_test_info li span {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

/* line 99, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_header {
  background: #f8f8fe;
  padding: 22px 60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {

  /* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_header {
    padding: 20px 30px;
  }
}

@media (max-width: 575.98px) {

  /* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_header {
    flex-direction: column;
    justify-content: start;
  }
}

/* line 113, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* line 113, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_header h3 {
    font-size: 18px;
  }
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_header .quiz_header_right {
  text-align: right;
}

@media (max-width: 575.98px) {

  /* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_header .quiz_header_right {
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
}

/* line 129, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_header .quiz_header_right span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin-bottom: 0;
}

/* line 136, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_header .quiz_header_right p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

/* line 143, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body {
  padding: 40px 60px 80px 60px;
}

@media (max-width: 575.98px) {

  /* line 143, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_body {
    padding: 25px 20px;
  }
}

/* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header {
  margin-bottom: 26px;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 155, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top .arrow_controller span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  background: #f9f9fd;
  border: 1px solid #e1e2e6;
  display: inline-block;
  font-size: 12px;
  color: #687083;
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  background: #FF5170;
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  flex: 50px 0 0;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    flex: 40px 0 0;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
    margin-bottom: 15px;
  }
}

/* line 205, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span.skip_qus {
  border: 2px solid #FF5170;
  color: #FF5170;
  background: transparent;
}

/* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) {
  margin-right: 33px;
}

@media (max-width: 767.98px) {

  /* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) {
    margin-right: 20px;
  }
}

/* line 219, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .quiz_select {
  margin-bottom: 50px;
}

/* line 221, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_questions_wrapper .quiz_test_body .quiz_select li {
  margin-bottom: 15px;
}

/* line 228, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_header {
  background: #f8f8fe;
  padding: 26.8px 60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {

  /* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_header {
    padding: 20px 30px;
  }
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_header h3 {
    font-size: 18px;
  }
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body {
  padding: 50px 50px 80px 60px;
}

@media (max-width: 767.98px) {

  /* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body {
    padding: 30px;
  }
}

/* line 253, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 34px;
}

/* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body .score_view_wrapper {
  display: flex;
}

@media (max-width: 575.98px) {

  /* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper {
    flex-direction: column;
  }
}

/* line 267, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  margin-bottom: 12px;
}

/* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
  margin-bottom: 80px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {

  /* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {

  /* line 285, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 285, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
    margin-bottom: 40px;
  }
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
  margin-right: 94px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {

  /* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
    margin-right: 30px;
  }
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body .retake_info {
  padding-left: 70px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .retake_info {
    padding-left: 50px;
  }
}

@media (max-width: 767.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .retake_info {
    padding-left: 0;
  }
}

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

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .quiz_score_wrapper .quiz_test_body .retake_info {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

/* line 317, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.quiz_score_wrapper .quiz_test_body .retake_info h4 {
  margin-bottom: 12px;
}

/* line 324, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_header {
  background: #f8f8fe;
  padding: 26.8px 60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {

  /* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_header {
    padding: 20px 30px;
  }
}

/* line 334, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* line 334, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_header h3 {
    font-size: 18px;
  }
}

/* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body {
  padding: 40px 50px;
}

@media (max-width: 767.98px) {

  /* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_body {
    padding: 30px;
  }
}

/* line 350, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view {
  padding-bottom: 26px;
  margin-bottom: 30px;
}

/* line 353, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view:not(:last-child) {
  border-bottom: 1px solid #e9e7f7;
}

/* line 356, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin-bottom: 2px;
}

/* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #373737;
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view ul li {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767.98px) {

  /* line 377, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_body .result_sheet_view .marking_img img {
    width: 60px;
    margin-top: 10px;
  }
}

/* line 385, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_preview {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 575.98px) {

  /* line 385, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_body .result_sheet_preview {
    padding-top: 0;
  }
}

/* line 391, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.result_sheet_wrapper .quiz_test_body .result_sheet_preview a {
  margin: 0 5px;
}

@media (max-width: 575.98px) {

  /* line 393, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_body .result_sheet_preview a:nth-child(1) {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {

  /* line 385, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .result_sheet_wrapper .quiz_test_body .result_sheet_preview {
    flex-direction: column;
  }
}

/* line 406, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_list_counters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 410, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_list_counters span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  background: #FF5170;
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  flex: 50px 0 0;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {

  /* line 410, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .question_list_counters span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    flex: 40px 0 0;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {

  /* line 410, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .question_list_counters span {
    margin-bottom: 15px;
  }
}

/* line 434, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_list_counters span.skip_qus {
  border: 2px solid #FF5170;
  color: #FF5170;
  background: transparent;
}

/* line 439, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_list_counters span:not(:last-child) {
  margin-right: 33px;
}

@media (max-width: 767.98px) {

  /* line 439, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
  .question_list_counters span:not(:last-child) {
    margin-right: 20px;
  }
}

/* line 448, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_number_lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 11px;
}

/* line 453, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_number_lists a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  background: #FF5170;
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  flex: 50px 0 0;
  padding: 0;
}

/* line 467, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_number_lists a.skip_qus {
  border: 2px solid #FF5170;
  color: #FF5170;
  background: transparent;
}

/* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_quiz_details.scss */
.question_number_lists a.pouse_qus {
  border-color: #f8f8fe;
  color: #FF5170;
  background: #f8f8fe;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
.error_wrapper {
  padding: 150px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
  .error_wrapper {
    padding: 75px 0;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
.error_wrapper .error_wrapper_info .thumb img {
  max-width: 535px;
}

@media (max-width: 575.98px) {

  /* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
  .error_wrapper .error_wrapper_info .thumb img {
    width: 100%;
  }
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
.error_wrapper .error_wrapper_info h3 {
  font-size: 50px;
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
  color: #202e3b;
  margin: 19px 0 13px 0;
}

@media (max-width: 575.98px) {

  /* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
  .error_wrapper .error_wrapper_info h3 {
    font-size: 30px;
  }
}

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

  /* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
  .error_wrapper .error_wrapper_info h3 {
    font-size: 40px;
  }
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_error.scss */
.error_wrapper .error_wrapper_info p {
  font-size: 18px;
  font-weight: 500;
  color: #373737;
  margin-bottom: 38px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper {
  display: grid;
  grid-template-columns: 615px auto;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper {
    grid-template-columns: auto;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper {
    grid-template-columns: 515px auto;
  }
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left {
  padding: 60px 56px 53px 60px;
}

@media (max-width: 767.98px) {

  /* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_left {
    padding: 40px 30px;
  }
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .logo {
  margin-bottom: 120px;
}

@media (max-width: 767.98px) {

  /* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_left .logo {
    margin-bottom: 75px;
  }
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content {
  padding-bottom: 219px;
}

@media (max-width: 767.98px) {

  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_left .login_wrapper_content {
    padding-bottom: 100px;
  }
}

/* line 29, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {

  /* line 29, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_left .login_wrapper_content h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

@media (max-width: 767.98px) {

  /* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

  /* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a {
  border-radius: 0;
  color: #fff !important;
  white-space: nowrap;
}

/* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:hover {
  background: #FF5170 !important;
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a i {
  font-size: 16px;
  margin-right: 5px;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(1) {
  background: #395799;
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(2) {
  background: #03ABF0;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .login_text {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  font-family: "Libre Baskerville", serif;
  margin: 13px 0 50px 0;
}

/* line 78, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass {
  align-items: center;
  margin-bottom: 60px;
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name {
  font-size: 14px;
  color: #687083;
}

/* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin-bottom: 0;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p a {
  text-decoration: underline;
  color: #687083;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .forgot_pass {
  font-size: 14px;
  font-weight: 500;
  color: #5DABFC;
  font-family: "Libre Baskerville", serif;
}

/* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .shitch_text {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
}

/* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_left .shitch_text a {
  color: #4183FF;
}

/* line 114, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeaef+0,40e8dd+100&0.1+0,0.1+100 */
  background: -moz-linear-gradient(top, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affeaef', endColorstr='#1a40e8dd', GradientType=0);
  /* IE6-9 */
}

@media (max-width: 767.98px) {

  /* line 114, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right {
    display: none;
  }
}

@media (max-width: 991.98px) {

  /* line 114, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right {
    display: none;
  }
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right .login_main_info {
  text-align: center;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right h4 {
  font-size: 40px;
  font-weight: 900;
  color: #202e3b;
  line-height: 50px;
}

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

  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right br {
  display: block !important;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right .thumb {
  margin: 80px 0 55px 0;
  text-align: center;
}

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

  /* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right .thumb {
    margin: 50px 0 35px 0;
  }
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right .thumb img {
  max-width: 412px;
}

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

  /* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right .thumb img {
    max-width: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  /* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right .thumb img {
    max-width: 300px;
  }
}

/* line 167, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right .other_links span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
}

/* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper .login_wrapper_right .other_links span:not(:last-child) {
  margin-right: 60px;
}

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

  /* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper .login_wrapper_right .other_links span:not(:last-child) {
    margin-right: 30px;
  }
}

/* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper.resister_wrapper .login_wrapper_left .logo {
  margin-bottom: 91px;
}

@media (max-width: 767.98px) {

  /* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper.resister_wrapper .login_wrapper_left .logo {
    margin-bottom: 46px;
  }
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content {
  padding-bottom: 130px;
}

@media (max-width: 767.98px) {

  /* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
  .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content {
    padding-bottom: 60px;
  }
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass {
  margin-bottom: 56px;
}

/* line 205, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.custom_group_field {
  border-bottom: 1px solid #E1E2E6;
}

/* line 207, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.custom_group_field span {
  background: transparent;
  border: 0;
  padding: 0;
  width: 20px;
  text-align: left;
  padding-bottom: 14px;
}

/* line 215, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.custom_group_field input {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  box-shadow: none !important;
  padding-bottom: 19px;
  padding-left: 10px;
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.custom_group_field input:focus {
  outline: none;
}

/* line 226, ../../../../../laragon/www/onestschool-frontend/scss/_login.scss */
.custom_group_field input::placeholder {
  color: #AFAFAF;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
  .pricing_area {
    padding-bottom: 45px;
  }
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .pricing_carousel {
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 52px 0 52px 0;
  position: relative;
  margin-top: -125px;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
  .pricing_area .pricing_carousel {
    margin: 75px 0 50px 0;
  }
}

/* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .pricing_carousel .single_course_slide .icon img {
  display: inline-block;
  width: auto;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .pricing_carousel .single_course_slide h4 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 7px;
  margin-top: 30px;
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .pricing_carousel .single_course_slide span {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px 30px 40px 30px;
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_header {
  padding-bottom: 23px;
  text-align: center;
  border-bottom: 1px solid #eef0f4;
}

/* line 47, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_header h3 {
  font-size: 22px;
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
  margin-bottom: 0;
}

/* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_body h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0;
  color: #fb1159;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 27px 0 25px 0;
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_body h2 span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  position: absolute;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_body h2 span.sup {
  left: -10px;
  top: 6px;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_body h2 span.sub {
  right: -28px;
  bottom: 8px;
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_body .pricing_lists {
  margin-bottom: 41px;
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_pricing.scss */
.pricing_area .single_pricing .pricing_body .pricing_lists li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #687083;
  margin-bottom: 8px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractors_wrapper {
  padding: 144px 0 110px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractors_wrapper {
    padding: 69px 0 35px 0;
  }
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractors_wrapper.instractors_wrapper2 {
  padding: 0px 0 100px 0;
}

@media (max-width: 767.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractors_wrapper.instractors_wrapper2 {
    padding: 0px 0 25px 0;
  }
}

/* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor {
  border-radius: 8px;
  overflow: hidden;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .thumb {
  margin-bottom: 0;
  overflow: hidden;
  display: block;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .thumb img {
  width: 100%;
  transform: scale(1);
  transition: .3s;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .instractor_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: linear-gradient(180deg, rgba(87, 87, 87, 0) 6.86%, #1F1F1F 115.02%);
  overflow: hidden;
  transition: .3s;
}

/* line 41, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .instractor_info .instractor_info_content {
  position: relative;
  top: 50px;
  transition: .3s;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .instractor_info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 15px;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .instractor_info .instractor_social {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  opacity: 0;
  transform: scaleY(0.7);
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .instractor_info .instractor_social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  background: #FF5170;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor .instractor_info .instractor_social a:hover {
  background: #392C7D;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor:hover .instractor_info {
  background: linear-gradient(180deg, rgba(87, 87, 87, 0) 5.41%, #1F1F1F 105.24%);
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor:hover .instractor_info .instractor_info_content {
  top: 0;
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor:hover .instractor_info .instractor_social {
  opacity: 1;
  transform: scaleY(1);
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.single_instractor:hover .thumb img {
  transform: scale(1.1);
}

/* line 98, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper {
  padding: 150px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 98, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper {
    padding: 75px 0 40px 0;
  }
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .thumb {
  max-width: 330px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

@media (max-width: 767.98px) {

  /* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_profile .thumb {
    max-width: 200px;
  }
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .thumb img {
  width: 100%;
  border-radius: 50%;
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta {
  text-align: center;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta span {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 129, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background: #395799;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.twitter {
  background: #03ABF0;
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.pinterest {
  background: #C92128;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.linkedin {
  background: #0477B5;
}

/* line 153, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:hover {
  background: #FF5170;
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:not(:last-child) {
  margin-right: 10px;
}

/* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title {
  display: flex;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  /* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title {
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {

  /* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title {
    flex-direction: column;
  }
}

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

  /* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title {
    flex-direction: column;
  }
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

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

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
    margin-bottom: 20px;
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
    margin-bottom: 30px;
  }
}

/* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
  margin-right: 60px;
  padding-right: 60px;
}

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

  /* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
}

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

  /* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {

  /* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}

/* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #E9E7F7;
  width: 1px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {

  /* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
    display: none;
  }
}

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

  /* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
    display: none;
  }
}

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

  /* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  /* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
    display: none;
  }
}

/* line 235, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb {
  margin-right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: 80px 0 0;
}

/* line 241, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb img {
  width: 100%;
  border-radius: 50%;
}

/* line 247, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content span {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  display: inline-block;
  margin-bottom: 3px;
}

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

  /* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content h4 {
    font-size: 18px;
  }
}

/* line 259, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star {
  display: flex;
}

/* line 261, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars {
  display: flex;
  align-items: center;
}

/* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i {
  font-size: 15px;
  color: #FFC107;
}

/* line 267, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) {
  margin-right: 5px;
}

/* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #202E3B;
  margin-bottom: 0;
  margin-left: 19px;
}

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

  /* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p {
    margin-left: 5px;
  }
}

/* line 288, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.instractos_details_wrapper .instractos_main_details .instractos_info_Details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #373737;
  margin-bottom: 30px;
}

/* line 299, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.course_by_author {
  padding-bottom: 115px;
}

@media (max-width: 767.98px) {

  /* line 299, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .course_by_author {
    padding-bottom: 40px;
  }
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
.course_by_author .theme_border {
  padding-bottom: 85px;
}

@media (max-width: 767.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_instractor.scss */
  .course_by_author .theme_border {
    padding-bottom: 45px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input {
  height: 52px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  padding: 12px 16px;
  width: 100%;
  color: #fff;
  background: transparent;
}

/* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input::placeholder {
  color: rgba(209, 209, 209, 0.8);
}

/* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input3 {
  height: 50px;
  border: 1px solid #e1e2e6;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  padding: 15px 20px;
  width: 100%;
}

/* line 29, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input3::placeholder {
  color: #afafaf;
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input4 {
  height: 50px;
  border: 1px solid #e1e2e6;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input4::placeholder {
  color: #afafaf;
}

/* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input5 {
  height: 56px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  padding: 23px 0px;
  width: 100%;
  position: relative;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input5::placeholder {
  color: #373737;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input2 {
  height: 60px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 300;
  color: #202e3b;
  padding: 0px 25px 25px 0;
  width: 100%;
}

/* line 78, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_input2::placeholder {
  font-size: 16px;
  color: #677294;
  text-transform: capitalize;
}

/* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group {
  height: 50px;
}

/* line 89, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text {
  min-width: 242px;
  max-width: 242px;
  background: #395799;
  border: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 24px;
}

@media (max-width: 767.98px) {

  /* line 89, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .custom_input_group .input-group-prepend .input-group-text {
    min-width: 40px;
    max-width: 40px;
    flex: 40px 0 0;
    padding-left: 20px;
    padding-right: 35px;
    width: 40px;
  }
}

/* line 107, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.twitter_bg {
  background: #1babf0;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
  background: #dd5143;
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.youtube_bg {
  background: #ff0000;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text i {
  font-size: 16px;
  color: #fff;
  margin-right: 14px;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #fff;
}

@media (max-width: 767.98px) {

  /* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .custom_input_group .input-group-prepend .input-group-text span {
    display: none;
  }
}

/* line 138, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group input {
  height: 50px;
  border: 1px solid #e1e2e6 !important;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  padding: 15px 20px;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.custom_input_group input::placeholder {
  color: #afafaf;
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea {
  height: 131px;
  border: 1px solid #E8E8E8 !important;
  border-radius: 4px;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

/* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea:focus {
  outline: none !important;
}

/* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea::placeholder {
  color: rgba(209, 209, 209, 0.8);
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea3 {
  height: 160px;
  border: 1px solid #e1e2e6;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  padding: 15px 20px;
  width: 100%;
}

/* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea3.style2 {
  height: 180px;
}

/* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea3.style3 {
  height: 150px;
  font-weight: 500;
  color: #202e3b;
  background: #f9f9fd;
  border-color: #e9e7f7;
}

/* line 198, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea3.style3::placeholder {
  font-weight: 500;
  color: #687083;
}

/* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea3:focus {
  outline: none !important;
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea3::placeholder {
  color: #afafaf;
}

/* line 213, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea4 {
  height: 120px;
  border: 1px solid #e1e2e6;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

/* line 224, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea4::placeholder {
  color: #afafaf;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_label {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin-bottom: 18px;
  line-height: 1;
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_label2 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  display: block;
  margin-bottom: 14px;
  line-height: 1;
}

/* line 246, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_label2 span {
  color: #ff1919;
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea2 {
  height: 130px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #f0e7e2;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 300;
  color: #202e3b;
  padding: 3px 25px 0 0;
  width: 100%;
}

/* line 263, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea2::placeholder {
  font-size: 14px;
  color: #677294;
  text-transform: capitalize;
}

/* line 270, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea5 {
  height: 130px;
  border-radius: 0px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  padding: 3px 25px 0 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border: 0 !important;
}

/* line 282, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea5:focus {
  border: 0;
  outline: none;
}

/* line 287, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.primary_textarea5::placeholder {
  color: #373737;
}

/* line 295, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_title h4 {
  font-size: 24px;
  font-weight: 700;
  color: #373737;
}

/* line 302, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_info {
  padding-top: 186px;
}

@media (max-width: 767.98px) {

  /* line 302, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .contact_section .contact_info {
    padding-top: 71px;
  }
}

/* line 309, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_info>p {
  margin: 20px 0 49px 0;
}

/* line 315, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_info .address_lines .single_address_line:not(:last-child) {
  margin-bottom: 15px;
}

/* line 319, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_info .address_lines .single_address_line i {
  font-size: 20px;
  font-weight: 400;
  color: #fb1159;
  margin-right: 20px;
  position: relative;
  top: 7px;
}

/* line 329, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_info .address_lines .single_address_line .address_info p {
  font-size: 14px;
  font-weight: 600;
  color: #373737;
}

/* line 334, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_info .address_lines .single_address_line .address_info p:not(:last-child) {
  margin-bottom: 0px;
}

/* line 343, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_form_box {
  background: #392C7D;
  padding: 70px 45px 60px 45px;
}

@media (max-width: 767.98px) {

  /* line 343, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .contact_section .contact_form_box {
    padding: 47px 30px 40px 30px;
  }
}

/* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_section .contact_form_box .contact_title {
  margin-bottom: 29px;
}

/* line 357, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_map {
  padding: 0;
}

/* line 360, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_map #contact-map {
  height: 753px;
}

@media (max-width: 991.98px) {

  /* line 360, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .contact_map #contact-map {
    height: 400px;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .find_content_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .find_content_widget_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .find_content_widget_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 383, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper .find_content_widget {
  background: #F7F7F7;
  border-radius: 22.223px;
  max-width: 340px;
  padding: 42px 30px 64px 30px;
  position: relative;
  z-index: 0;
}

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

  /* line 383, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
  .find_content_widget_wrapper .find_content_widget {
    max-width: 100%;
  }
}

/* line 393, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper .find_content_widget .icon {
  position: relative;
}

/* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper .find_content_widget .icon::before {
  content: '';
  width: 75px;
  height: 75px;
  background: rgba(199, 201, 100, 0.2);
  border-radius: 50%;
  position: absolute;
  bottom: -13px;
  right: -22px;
}

/* line 408, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper .find_content_widget::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px dashed #392C7D;
  border-radius: 15.56px;
  z-index: -1;
}

/* line 420, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper .find_content_widget h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  text-transform: capitalize;
  margin: 10px 0 15px 0;
}

/* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.find_content_widget_wrapper .find_content_widget p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #666666;
  margin-bottom: 0;
}

/* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_department_box {
  background: #F7F7F7;
  border-radius: 22.223px;
  padding: 70px 25px;
  transition: .3s;
}

/* line 446, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_department_box .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  position: relative;
}

/* line 452, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_department_box .icon::before {
  content: '';
  width: 47px;
  height: 47px;
  background: rgba(199, 201, 100, 0.2);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  right: 0;
}

/* line 464, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_department_box h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin: 22px 0 14px 0;
  color: #333333;
}

/* line 475, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_department_box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  /* text-transform: capitalize; */
  color: #666666;
}

/* line 485, ../../../../../laragon/www/onestschool-frontend/scss/_contact.scss */
.contact_department_box:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.cart_wrapper {
  padding: 148px 0 150px 0;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
  .cart_wrapper {
    padding: 75px 0 75px 0;
  }
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.cart_wrapper .cart_table_wrapper {
  margin-bottom: 78px;
}

@media (max-width: 767.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
  .cart_wrapper .cart_table_wrapper {
    margin-bottom: 40px;
  }
}

/* line 11, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.cart_wrapper .cart_table_wrapper h4 {
  font-size: 22px;
  font-weight: 700;
  color: #202E3B;
  margin-bottom: 30px;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table {
  border-radius: 5px;
  border-collapse: collapse;
  border-radius: 5px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table thead tr th {
  font-size: 17px;
  font-weight: 700;
  color: #202E3B;
  border-top: 1px solid #E1E2E6;
  border-bottom: 1px solid #E1E2E6;
  padding: 22px 30px;
  font-family: "Libre Baskerville", serif;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table thead tr th:nth-child(1) {
  border-left: 1px solid #E1E2E6;
  padding-left: 295px;
}

@media (max-width: 767.98px) {

  /* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
  .table.custom_table thead tr th:nth-child(1) {
    padding-left: 180px;
  }
}

/* line 43, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table thead tr th:last-child {
  border-right: 1px solid #E1E2E6;
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td {
  border-bottom: 1px solid #E1E2E6;
  font-family: "Libre Baskerville", serif;
  color: #373737;
  font-size: 16px;
  vertical-align: middle;
  padding: 20px 30px;
  white-space: nowrap;
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td .in_stoke {
  color: #49A60A;
}

/* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td:nth-child(1) {
  border-left: 1px solid #E1E2E6;
  padding-left: 20px;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td:last-child {
  border-right: 1px solid #E1E2E6;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td .product_name .close_icon {
  margin-right: 10px;
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td .product_name .thumb {
  width: 160px;
  height: 100px;
  margin-right: 90px;
}

@media (max-width: 767.98px) {

  /* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
  .table.custom_table tbody tr td .product_name .thumb {
    width: 100px;
    height: 60px;
    margin-right: 30px;
  }
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td .product_name .thumb img {
  width: 100%;
}

/* line 86, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tbody tr td .product_name span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tfoot td {
  border-top: 1px solid #E1E2E6;
  border-bottom: 1px solid #E1E2E6;
  padding: 25px 20px;
}

/* line 100, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tfoot td:nth-child(1) {
  border-left: 1px solid #E1E2E6;
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table tfoot td:last-child {
  border-right: 1px solid #E1E2E6;
  text-align: right;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table.custom_table2 tbody td {
  padding: 25px 40px;
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 {
  border-radius: 5px;
  border-collapse: collapse;
  border-radius: 5px;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 thead tr th {
  font-size: 16px;
  font-weight: 600;
  color: #373737;
  border-top: 0;
  border-bottom: 1px solid #E9E7F7;
  padding: 15px 30px;
  font-family: "Libre Baskerville", serif;
  padding-left: 0;
  white-space: nowrap;
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 tbody tr td {
  border-bottom: 1px solid #E9E7F7;
  font-family: "Libre Baskerville", serif;
  color: #373737;
  font-size: 16px;
  vertical-align: middle;
  padding: 14.5px;
  white-space: nowrap;
  padding-left: 0;
  font-weight: 400;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 tbody tr td h5 {
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #373737;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 158, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 tbody tr td .product_name .close_icon {
  margin-right: 10px;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 tbody tr td .product_name .thumb {
  width: 160px;
  height: 100px;
  margin-right: 90px;
}

@media (max-width: 767.98px) {

  /* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
  .table.custom_table3 tbody tr td .product_name .thumb {
    width: 100px;
    height: 60px;
    margin-right: 30px;
  }
}

/* line 170, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 tbody tr td .product_name .thumb img {
  width: 100%;
}

/* line 174, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.table.custom_table3 tbody tr td .product_name span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

/* line 184, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.coupon_wrapper {
  display: grid;
  grid-template-columns: 300px 170px;
  grid-gap: 10px;
}

/* line 188, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.coupon_wrapper .theme_btn.small_btn2 {
  padding: 16px 9px;
}

/* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.coupon_wrapper .primary_input {
  background: #F9F9FD;
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.coupon_wrapper .primary_input::placeholder {
  color: #687083;
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
}

/* line 206, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.product_number_count {
  display: inline-flex;
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.product_number_count .count_single_item {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #E1E2E6;
  font-size: 14px;
  color: #687083;
  display: inline-block;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  transition: .3s;
  cursor: pointer;
  background: #F9F9FD;
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.product_number_count .count_single_item.input-number {
  cursor: text;
  width: 60px;
  background: #fff;
  color: #373737;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  border-right: 0;
  border-left: 0;
}

/* line 233, ../../../../../laragon/www/onestschool-frontend/scss/_shop_cart.scss */
.product_number_count .count_single_item.input-number::placeholder {
  color: #373737;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper {
  display: grid;
  grid-template-columns: 58% 42%;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper {
    grid-template-columns: 1fr;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper {
    grid-template-columns: 55% 45%;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper {
    grid-template-columns: 1fr;
  }
}

/* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .billing_details_wrapper {
  padding: 150px 60px 150px 350px;
}

@media (max-width: 767.98px) {

  /* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    padding: 75px 20px;
  }
}

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

  /* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    padding: 75px 50px;
  }
}

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

  /* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    padding: 75px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    padding: 147px 60px 150px 60px;
  }
}

@media (min-width: 1500px) and (max-width: 1799.98px) {

  /* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    padding: 147px 100px 150px 200px;
  }
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper {
  background: #FAFAFA;
  padding: 147px 254px 150px 90px;
}

@media (max-width: 767.98px) {

  /* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding: 73px 20px 75px 20px;
  }
}

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

  /* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding: 75px 50px;
  }
}

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

  /* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding: 75px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  /* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding: 147px 60px 150px 60px;
  }
}

@media (min-width: 1500px) and (max-width: 1799.98px) {

  /* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding: 147px 100px 150px 100px;
  }
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {

  /* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
    flex-wrap: wrap;
  }
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb {
  width: 140px;
  height: 80px;
  margin-right: 20px;
}

/* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img {
  width: 100%;
}

/* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists {
  margin-bottom: 36px;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E1E2E6;
  padding: 20px 0;
}

/* line 89, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value {
  width: 130px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E1E2E6;
  padding: 11px 23px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #FB1159;
}

/* line 101, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
}

/* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text {
  font-size: 16px;
  color: #202E3B;
  font-weight: 600;
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .bank_check {
  margin-bottom: 25px;
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #373737;
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .quote {
  background: #F9F9FD;
  padding: 30px;
  border: 1px solid #E1E2E6;
  border-radius: 5px;
}

/* line 129, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .quote p {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  line-height: 26px;
  margin-bottom: 0;
}

/* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .payment {
  display: flex;
  flex-direction: column;
  margin: 30px 0 17px 0;
}

/* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .payment .primary_bulet_checkbox {
  margin-bottom: 6px;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .payment .label_name {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  margin-bottom: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar {
  background-color: #fff;
  min-height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  width: 345px;
  z-index: 999;
  flex: 345px 0 0;
  border-right: 1px solid #E8ECF3;
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar {
    flex: 280px 0 0;
    width: 280px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar {
    flex: 280px 0 0;
    width: 280px;
  }
}

@media (max-width: 991.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar {
    left: -280px;
    transition: .5s;
    top: 0;
    width: 280px;
    position: fixed;
  }
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar .logo {
  padding: 28.5px 50px;
  border-bottom: 1px solid #E8ECF3;
}

@media (max-width: 991.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar .logo {
    padding: 24px;
  }
}

@media (max-width: 991.98px) {

  /* line 33, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar .logo img {
    max-width: 150px;
  }
}

/* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar ul {
  padding: 30px 65px 30px 30px;
}

@media (max-width: 991.98px) {

  /* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar ul {
    padding: 30px;
  }
}

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

  /* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar ul {
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {

  /* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .sidebar ul {
    padding: 30px 30px 30px 30px;
  }
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar ul li a {
  padding: 13px 20px;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar ul li a .menu_icon {
  margin-right: 10px;
  line-height: 1;
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar ul li a span {
  font-size: 16px;
  font-weight: 600;
  color: #202E3B;
  font-family: "Libre Baskerville", serif;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar ul li a.active,
.sidebar ul li a:hover {
  background: #F9F9FD;
}

@media (max-width: 991.98px) {

  /* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_sidebar.scss */
.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 23px;
  cursor: pointer;
  color: #202e3b;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/******** header css here *********/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner {
  padding: 0px 100px 0px 150px;
  background-color: #fff;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 100px;
  border-bottom: 1px solid #E8ECF3;
}

@media (max-width: 991.98px) {

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner {
    width: 100%;
    padding: 20px;
    height: 80px;
  }
}

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

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner {
    padding: 0 50px;
  }
}

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

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner {
    padding: 0 50px;
  }
}

@media (max-width: 767.98px) {

  /* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .notification {
    margin: 0 10px;
  }
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification i {
  color: #373737;
  position: relative;
  font-size: 20px;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification i:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 0;
  height: 9px;
  width: 9px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul {
  display: flex;
  align-items: center;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li {
  position: relative;
}

/* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 991.98px) {

  /* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .notification_wrapper ul li:not(:last-child) {
    margin-right: 20px;
  }
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li:last-child {
  margin-right: 30px;
}

@media (max-width: 991.98px) {

  /* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .notification_wrapper ul li:last-child {
    margin-right: 20px;
  }
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li a {
  position: relative;
  z-index: 2;
  display: inline-block;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li a .notify_icon img {
  max-width: 30px;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li a .notify_count {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FB1159;
  font-size: 10px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -2px;
  right: 3px;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area {
  position: absolute;
  right: -30px;
  width: 330px;
  background: #FFFFFF;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 2px 2px 40px rgba(177, 177, 177, 0.15);
  top: 64px;
  border: 1px solid #ECEEF4;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

@media (max-width: 575.98px) {

  /* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .notification_wrapper ul li .notification_area {
    right: -200px;
    width: 300px;
  }
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area.active {
  opacity: 1;
  visibility: visible;
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #ECEEF4;
  background: #fff;
  top: -12.5px;
  right: 34px;
  transform: rotate(45deg);
  border-bottom: 0;
  border-right: 0;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body {
  padding: 40px;
  height: 345px;
  overflow: auto;
}

@media (max-width: 575.98px) {

  /* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .notification_wrapper ul li .notification_area .notification_body {
    padding: 20px;
  }
}

/* line 132, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy {
  display: flex;
  align-items: center;
}

/* line 135, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy:not(:last-child) {
  margin-bottom: 25px;
}

/* line 138, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex: 50px 0 0;
  margin-right: 20px;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon img {
  width: 100%;
}

/* line 149, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #202E3B;
  margin-bottom: 0;
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content p {
  font-size: 12px;
  font-weight: 500;
  color: #687083;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .notification_wrapper ul li .notification_area .notification_footer a {
  font-size: 16px;
  font-weight: 600;
  color: #202E3B;
  font-family: "Libre Baskerville", serif;
  display: block;
  border-top: 1px solid #E9E7F7;
  text-align: center;
  padding: 18px 0 19px 0;
}

@media (max-width: 991.98px) {

  /* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search {
    display: none !important;
  }
}

@media (min-width: 1700px) {

  /* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search .theme_search_field {
    width: 539px;
  }
}

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

  /* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search .theme_search_field {
    display: none;
  }
}

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

  /* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search .theme_search_field {
    display: none !important;
  }
}

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

  /* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search .theme_search_field {
    width: 310px;
  }
}

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

  /* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search .theme_search_field {
    width: 300px;
  }
}

/* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .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 204, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .header_iner .category_search .categories_menu {
    display: none !important;
  }
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.header_iner .category_search .categories_menu i {
  font-weight: 900;
  margin-right: 10px;
}

/* line 221, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info {
  position: relative;
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 15px;
}

@media (max-width: 991.98px) {

  /* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .profile_info img {
    width: 45px;
    height: 45px;
  }
}

/* line 234, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info span {
  font-size: 16px;
  font-weight: 600;
  color: #687083;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 234, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .profile_info span {
    display: none;
  }
}

/* line 243, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #fff;
  text-align: right;
  width: 186px;
  padding: 30px 20px 20px;
  top: 65px;
  transition: .5s;
}

/* line 252, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info .profile_info_iner a {
  display: block;
}

/* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.sidebar_icon i {
  font-size: 24px;
}

/* line 263, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info .profile_info_iner {
  padding: 19px 20px;
  width: 186px;
  background-color: #fff;
  color: #202e3b;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(13px);
  transform-origin: right top;
  transition: .5s;
  right: 0;
  border: 1px solid #ECEEF4;
}

@media (max-width: 767.98px) {

  /* line 263, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .profile_info .profile_info_iner {
    transform: translateY(0);
  }
}

/* line 281, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info .profile_info_iner::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #ECEEF4;
  background: #fff;
  top: -8px;
  left: 30px;
  transform: rotate(45deg);
  border-bottom: 0;
  border-right: 0;
}

/* line 294, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info .profile_info_iner a {
  display: block;
  padding: 13px 0;
  color: #202e3b;
}

/* line 298, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info .profile_info_iner a:hover {
  color: #202e3b;
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.profile_info.active .profile_info_iner {
  opacity: 1;
  visibility: visible;
  transform: translateY(3px);
}

@media (max-width: 767.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .profile_info.active .profile_info_iner {
    transform: translateY(-13px);
  }
}

@media (max-width: 575.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .profile_info.active .profile_info_iner {
    transform: translateY(-15px) !important;
  }
}

/* line 318, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.collaps_part .collaps_part_content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
}

/* line 326, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.collaps_part.active .collaps_part_content {
  opacity: 1;
  visibility: visible;
  transform: translateY(13px);
}

@media (max-width: 767.98px) {

  /* line 326, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .collaps_part.active .collaps_part_content {
    transform: translateY(-13px);
  }
}

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

  /* line 326, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .collaps_part.active .collaps_part_content {
    transform: translateY(23px);
  }
}

/* line 339, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area {
  position: relative;
}

@media (max-width: 767.98px) {

  /* line 339, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .notification_area {
    margin-right: 15px;
  }
}

/* line 345, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_icon i {
  cursor: pointer;
  color: #202e3b;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

/* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_icon i:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}

/* line 363, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content {
  padding: 20px 0;
  width: 500px;
  background-color: #fff;
  color: #202e3b;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  transform: translateY(25px);
  transform-origin: right top;
  transition: .5s;
  right: -19px;
  max-height: 400px;
  z-index: 100;
}

/* line 378, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .collaps_part_content_inner {
  max-height: 300px;
  overflow: auto;
}

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

  /* line 363, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
  .notification_area .notification_content {
    width: 290px;
    right: -52px;
  }
}

/* line 386, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content :after {
  content: "";
  position: absolute;
  height: 9px;
  width: 14px;
  top: -7px;
  right: 20px;
  background-color: #212e40;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  padding: 4px 25px 0;
}

/* line 402, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content h4 span {
  color: #2EC9B8;
  padding-left: 5px;
}

/* line 407, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  transition: .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 414, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content:hover {
  background-color: #ddd;
}

/* line 417, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content img {
  max-width: 35px;
  border-radius: 50%;
}

/* line 421, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content .notification_content_iner {
  padding-left: 15px;
}

/* line 423, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content .notification_content_iner h5 {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

/* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content .notification_content_iner h5 a {
  color: #fff;
}

/* line 430, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content .notification_content_iner h5 a span {
  color: #202e3b;
}

/* line 435, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .single_notification_content .notification_content_iner p {
  font-size: 12px;
  color: #202e3b;
}

/* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .lms_mark_see_btn {
  text-align: center;
  padding: 20px;
}

/* line 444, ../../../../../laragon/www/onestschool-frontend/scss/_dash_menu.scss */
.notification_area .notification_content .lms_mark_see_btn a {
  margin: 0 5px;
}

/******** header css end *********/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper {
  display: flex;
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .dashboard_part {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeaef+0,40e8dd+100&0+0,0.1+100 */
  background: -moz-linear-gradient(top, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffeaef', endColorstr='#1a40e8dd', GradientType=0);
  /* IE6-9 */
}

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

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .dashboard_part {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .dashboard_part {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1600px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .dashboard_part {
    width: calc(100% - 345px);
  }
}

@media (max-width: 991.98px) {

  /* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .dashboard_part {
    width: 100%;
  }
}

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

  /* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.main_content_padding {
    padding: 70px 0 5px 0;
  }
}

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

  /* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.main_content_padding {
    padding: 81px 20px 57px 20px;
  }
}

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

  /* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.main_content_padding {
    padding: 81px 20px 57px 20px;
  }
}

@media (min-width: 1200px) {

  /* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.main_content_padding {
    padding: 81px 40px 57px 40px;
  }
}

@media (min-width: 1850px) {

  /* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.main_content_padding {
    padding: 81px 361px 57px 135px;
  }
}

@media (max-width: 767.98px) {

  /* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.wishList_main_content {
    padding: 70px 0 43px 0;
  }
}

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

  /* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.wishList_main_content {
    padding: 81px 40px 118px 40px;
  }
}

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

  /* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.wishList_main_content {
    padding: 81px 40px 118px 40px;
  }
}

@media (min-width: 1200px) {

  /* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.wishList_main_content {
    padding: 81px 40px 57px 40px;
  }
}

@media (min-width: 1700.98px) {

  /* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner.wishList_main_content {
    padding: 81px 240px 118px 135px;
  }
}

/* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner {
  display: grid;
  grid-template-columns: 422px auto;
  grid-gap: 55px;
  align-items: center;
  margin-bottom: 90px;
}

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

  /* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner .dashboard_banner {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    grid-gap: 20px;
  }
}

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

  /* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner .dashboard_banner {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    grid-gap: 20px;
  }
}

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

  /* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner .dashboard_banner {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    grid-gap: 20px;
  }
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb {
  background-image: url(../img/banner/dashboard_banner.jpg);
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info {
  max-width: 452px;
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #202E3B;
  margin-bottom: 10px;
}

/* line 99, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p {
  font-weight: 500;
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress {
  height: 10px;
  background: #E0E0E0;
  border-radius: 10px;
  margin: 26px 0 19px 0;
}

/* line 107, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress .progress-bar {
  background: #FB1159;
  border-radius: 10px;
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification p {
  font-size: 16px;
  font-weight: 400;
  color: #687083;
  margin-right: 30px;
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts {
  margin-right: 16px;
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i {
  color: #FFC107;
  font-size: 15px;
}

/* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i:not(:last-child) {
  margin-right: 5px;
}

/* line 132, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification span {
  color: #373737;
  font-weight: 500;
}

/* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.dashboard_main_wrapper .main_content_iner .recommended_courses {
  padding-bottom: 57px;
}

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

  /* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .dashboard_main_wrapper .main_content_iner .recommended_courses {
    padding-bottom: 34px;
  }
}

/* line 149, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.my_courses_wrapper {
  padding-bottom: 32px;
}

/* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.my_courses_wrapper .couse_wizged {
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {

  /* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .my_courses_wrapper .couse_wizged {
    margin-bottom: 32px;
  }
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
.my_courses_wrapper .quiz_wizged {
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {

  /* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .my_courses_wrapper .quiz_wizged {
    margin-bottom: 32px;
  }
}

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

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .purchase_history_wrapper {
    padding: 70px 0 75px 0;
  }
}

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

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .purchase_history_wrapper {
    padding: 81px 40px 150px 40px;
  }
}

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

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .purchase_history_wrapper {
    padding: 81px 40px 134px 40px;
  }
}

@media (min-width: 1200px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .purchase_history_wrapper {
    padding: 81px 30px 150px 30px;
  }
}

@media (min-width: 1850px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_dashboard.scss */
  .purchase_history_wrapper {
    padding: 81px 220px 150px 135px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper {
  display: grid;
  grid-template-columns: 272px auto;
  grid-gap: 119px;
}

@media (min-width: 1200px) and (max-width: 1500.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper {
    grid-gap: 60px;
  }
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper {
    grid-template-columns: auto;
    grid-gap: 40px;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .account_profile_thumb .thumb {
  width: 272px;
  height: 272px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper .account_profile_thumb .thumb {
    width: 200px;
    height: 200px;
  }
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .account_profile_thumb .thumb img {
  width: 100%;
  border-radius: 50%;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .account_profile_thumb h4 {
  font-size: 22px;
  font-weight: 700;
  color: #202E3B;
  margin-bottom: 5px;
}

/* line 42, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .account_profile_thumb p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  margin-bottom: 0;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload {
  display: grid;
  grid-template-columns: 180px auto;
  grid-gap: 30px;
  grid-template-rows: 180px;
  margin-bottom: 57px;
}

@media (max-width: 575.98px) {

  /* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper .preview_upload {
    grid-template-columns: 1fr;
  }
}

/* line 58, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_upload_thumb {
  background: #F4F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_upload_thumb span {
  font-size: 18px;
  font-weight: 600;
  color: #202E3B;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_drag {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E1E2E6FF' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media (max-width: 575.98px) {

  /* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper .preview_upload .preview_drag {
    height: 180px;
  }
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner {
  text-align: center;
}

/* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #828BB2;
  margin: 12px 0 2px 0;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file {
  font-size: 16px;
  font-weight: 400;
  color: #4265FF;
  position: relative;
  text-decoration: underline;
}

/* line 97, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .account_title h3 {
  margin-bottom: 2px;
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .email_grid_input {
  display: grid;
  grid-template-columns: auto 50px;
  grid-gap: 5px;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .email_grid_input .editor_icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #E1E2E6;
  background: #F9F9FD;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .email_grid_input .editor_icon i {
  font-size: 16px;
  font-weight: 400;
  color: #687083;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {

  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper .privacy_permission {
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {

  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper .privacy_permission {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission .single_privacy_permission {
  display: flex;
}

/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission .single_privacy_permission .primary_bulet_checkbox {
  margin-right: 20px;
  position: relative;
  top: 1px;
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .icon {
  margin-right: 12px;
  position: relative;
  top: -3px;
}

/* line 158, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #202E3B;
  margin-bottom: 0;
}

/* line 164, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p {
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  line-height: 24px;
}

/* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
  display: inline-block;
}

@media (min-width: 1200px) and (max-width: 1250.98px) {

  /* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
    display: none;
  }
}

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

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_main_content {
    padding: 75px 0 75px 0;
  }
}

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

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_main_content {
    padding: 100px 40px 150px 40px;
  }
}

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

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_main_content {
    padding: 100px 40px 150px 40px;
  }
}

@media (min-width: 1200px) {

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_main_content {
    padding: 100px 40px 150px 40px;
  }
}

@media (min-width: 1600px) {

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_main_content {
    padding: 100px 150px 150px 105px;
  }
}

@media (min-width: 1800px) {

  /* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_account_profile.scss */
  .account_main_content {
    padding: 100px 360px 150px 105px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_1 {
  background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_2 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_3 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_4 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_5 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_6 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 19, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_7 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 22, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_8 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp);
}

/* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_9 {
  background-image: url(../img/banner/bradcam_bg_9.jpg);
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_10 {
  background-image: url(../img/banner/bradcam_bg_10.jpg);
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.bradcam_bg_11 {
  background-image: url(../img/banner/bradcam_bg_11.png);
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area {
  position: relative;
  z-index: 1;
  background-size: cover;
  height: 352px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}

/* line 43, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #392C7D;
  opacity: 0.8;
  z-index: -1;
}

@media (max-width: 767.98px) {

  /* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .breadcrumb_area {
    height: 400px;
  }
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area .breadcam_wrap {
  max-width: 620px;
  margin: 0 auto;
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area .breadcam_wrap.width_730px {
  max-width: 730px;
}

/* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area .breadcam_wrap span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 18px;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area .breadcam_wrap h3 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
  text-transform: capitalize;
}

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

  /* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .breadcrumb_area .breadcam_wrap h3 {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {

  /* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .breadcrumb_area .breadcam_wrap h3 {
    font-size: 35px;
  }
}

/* line 86, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area2 {
  position: relative;
  z-index: 1;
  background-size: cover;
  height: 630px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 150px;
}

/* line 94, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0b21;
  opacity: 0.4;
  z-index: -1;
}

@media (max-width: 767.98px) {

  /* line 86, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .breadcrumb_area2 {
    height: 400px;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area2 .breadcam_wrap span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 18px;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.breadcrumb_area2 .breadcam_wrap h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 76px;
  color: #fff;
}

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

  /* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .breadcrumb_area2 .breadcam_wrap h3 {
    font-size: 50px;
    line-height: 66px;
  }
}

@media (max-width: 767.98px) {

  /* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .breadcrumb_area2 .breadcam_wrap h3 {
    font-size: 35px;
    line-height: 51px;
  }
}

/* line 135, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam {
  background: transparent;
  justify-content: center;
  margin-bottom: 0;
  padding: 0px 0;
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam .breadcrumb-item,
.custom_breadcam a {
  font-size: 30px;
  font-weight: 400;
  color: #D6D6D6;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}

@media (max-width: 767.98px) {

  /* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .custom_breadcam .breadcrumb-item,
  .custom_breadcam a {
    font-size: 20px;
  }
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam .breadcrumb-item:hover,
.custom_breadcam a:hover {
  color: #FF5170;
}

/* line 154, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam .breadcrumb-item+.breadcrumb-item {
  padding-left: 9px;
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam .breadcrumb-item+.breadcrumb-item::before {
  padding-right: 9px;
  color: #D6D6D6;
  content: "/";
}

/* line 162, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam .search_result_print_view_header_content::before {
  left: auto;
  right: 0;
}

/* line 166, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
.custom_breadcam .search_result_print_view_header_content {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 991.98px) {

  /* line 166, ../../../../../laragon/www/onestschool-frontend/scss/_bradcam.scss */
  .custom_breadcam .search_result_print_view_header_content {
    padding-right: 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown {
  display: block;
}

@media (max-width: 991.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .menu_dropdown {
    display: none;
  }
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>a {
  width: 100%;
  position: relative;
  color: #fff;
}

/* line 11, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul {
  position: absolute;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #202e3b;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 14px;
  top: -9px;
  left: 27px;
  background-color: #202e3b;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul li {
  display: block;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul li a {
  display: block;
  color: #8D96A7;
  line-height: 1.5;
  padding: 15px 30px;
  display: inline-block;
  border-right: 1px solid transparent;
  white-space: nowrap;
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul li a:hover {
  color: #fff;
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 3px 20px rgba(209, 32, 83, 0.06);
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>a {
  width: 100%;
  position: relative;
  color: #fff;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>ul {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #1E2147;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  text-align: left;
  padding: 0;
  margin: 0;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>ul li {
  display: block;
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>ul li a {
  display: block;
  color: #8D96A7;
  line-height: 1.5;
  padding: 15px 30px;
  display: inline-block;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>ul li a:hover {
  color: #fff;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>ul li>ul {
  left: 104%;
  top: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991.98px) {

  /* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .mega_menu_dropdown>ul li>ul {
    left: 0;
    top: 0;
  }
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown>ul li>.active_menu>ul {
  left: 100%;
}

/* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown .menu_dropdown_iner {
  width: 465px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

@media (max-width: 991.98px) {

  /* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .mega_menu_dropdown .menu_dropdown_iner {
    display: none;
  }
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown {
  flex: 48% 0 0;
  margin: 20px 0 15px;
}

/* line 120, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown h4 {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
}

/* line 128, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown>ul {
  padding: 0;
  margin: 0;
}

/* line 132, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown>ul li a {
  margin: 0;
  padding: 8px 0px;
}

/* line 142, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.feature_btn {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.feature_btn:hover {
  color: #fff;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.feature_btn:after {
  position: absolute;
  right: -41px;
  top: 4px;
  content: "\e64b";
  font-family: 'themify';
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 163, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.active_menu .feature_btn:after {
  content: "\e648";
}

/* line 167, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.active_menu .menu_dropdown>ul {
  opacity: 1;
  visibility: visible;
  top: 75px;
}

/* line 174, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.active_menu .active_menu_item>a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.active_menu .active_menu_item>ul {
  opacity: 1 !important;
  visibility: visible !important;
  left: 100%;
}

/* line 185, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown:hover>ul {
  opacity: 1 !important;
  visibility: visible !important;
  left: 100%;
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul>.active_menu_item>a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.menu_dropdown>ul>li>a:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 200, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.mega_menu_dropdown:hover>a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {

  /* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .feature_btn {
    display: none;
  }
}

@media (min-width: 991.98px) {

  /* line 209, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .menu_icon {
    display: none;
  }
}

@media (min-width: 576px) {

  /* line 215, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .modal-dialog {
    max-width: 405px;
  }
}

@media (min-width: 991.98px) {

  /* line 221, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu {
    display: none;
  }
}

@media (max-width: 991.98px) {

  /* line 227, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .dropdown_close_icon {
    cursor: pointer;
  }

  /* line 230, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu {
    max-width: 270px;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    transform: translateX(-50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #202e3b;
  }

  /* line 247, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu ul {
    margin: 0;
    padding: 0;
  }

  /* line 250, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu ul li {
    list-style: none;
  }

  /* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu .xs_menu_item_dropdown>a {
    display: block;
    background-color: #202e3b;
    color: #fff;
    padding: 12px 20px;
  }

  /* line 260, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu .xs_menu_dropdown_header {
    background-color: #202e3b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }

  /* line 267, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu .xs_menu_dropdown_header i {
    color: #fff;
    font-size: 20px;
  }

  /* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu_active {
    transform: translateX(-50px);
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  /* line 280, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .single_menu_dropdown {
    margin-bottom: 10px;
    color: #fff;
  }

  /* line 283, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .single_menu_dropdown h4 {
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
  }

  /* line 289, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .single_menu_dropdown a {
    color: #fff;
    padding: 3px 0;
    display: inline-block;
  }

  /* line 295, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu_item_dropdown {
    background-color: #202e3b;
    padding: 10px 20px;
    cursor: pointer;
  }

  /* line 299, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu_item_dropdown .dropdown_icon {
    float: right;
  }

  /* line 302, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu_item_dropdown>ul {
    background-color: #fff;
    padding: 0 20px;
    transform: translateY(10px);
    cursor: default;
  }

  /* line 308, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu_item_dropdown>ul a {
    color: #373737;
  }

  /* line 312, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
  .xs_menu_item_dropdown .dropdown_icon {
    font-size: 12px;
    margin-top: 6px;
  }
}

/* line 320, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.search_box_active .form-control {
  transform: scaleY(1) !important;
}

/* line 326, ../../../../../laragon/www/onestschool-frontend/scss/_cat_menu.scss */
.input-group-prepend2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.cta_part {
  background-image: url("../img/cta_bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
}

/* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.cta_part h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 767.98px) {

  /* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .cta_part h2 {
    font-size: 30px;
  }
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.cta_part p {
  color: #bbbec4;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.cta_part .theme_btn {
  margin-top: 35px;
}

/* line 23, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.instructor_process .single_instructor_icon {
  height: 108px;
  width: 108px;
  background-color: rgba(255, 81, 112, 0.1);
  line-height: 108px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

@media (max-width: 768px) {

  /* line 23, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .instructor_process .single_instructor_icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.instructor_process .single_instructor_icon img {
  max-width: 35px;
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.instructor_process .single_instructor_part {
  text-align: center;
}

@media (max-width: 767.98px) {

  /* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .instructor_process .single_instructor_part {
    margin: 20px 0;
  }
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.instructor_process .single_instructor_part h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 32px 0 15px;
}

@media (max-width: 767.98px) {

  /* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .instructor_process .single_instructor_part h4 {
    margin: 15px 0 5px;
  }
}

/* line 55, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.instructor_cta {
  background-image: url("../img/instractor_bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.instructor_cta h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 21px;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .single_work_process {
  position: relative;
  padding-left: 110px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {

  /* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .work_process .single_work_process {
    padding-left: 70px;
    margin-bottom: 20px;
  }
}

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

  /* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .work_process .single_work_process {
    padding-left: 70px;
    margin-bottom: 20px;
  }
}

/* line 78, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .single_work_process:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* line 78, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
  .work_process .single_work_process:last-child {
    margin-bottom: 40px;
  }
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .single_work_process h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .list_number {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background-color: #FF5170;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .video_img {
  border-radius: 5px;
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .video_img:after {
  display: none;
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.work_process .video_img .popup_video {
  opacity: 1;
  visibility: visible;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #FF5170;
  top: 50%;
  transform: translateY(-50%);
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.video_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 129, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.video_img.shape_styled::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80%;
  height: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/carv_shape.png);
  background-size: 100% 100%;
  z-index: 1;
}

/* line 142, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.video_img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202e3b;
  z-index: -1;
  opacity: 0;
  content: "";
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 155, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.video_img img {
  width: 100%;
}

/* line 158, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.video_img .popup_video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

/* line 173, ../../../../../laragon/www/onestschool-frontend/scss/_become_instarctor.scss */
.video_img .popup_video img {
  max-width: 60px;
  margin: 0 auto;
  text-align: center;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_header {
  background: #FFF0F2;
  padding: 25px 15px 17px 15px;
  border-radius: 10px 10px 0 0;
}

/* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_header h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 2px;
}

@media (max-width: 575.98px) {

  /* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
  .package_widget .package_header h3 {
    font-size: 18px;
  }
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_header .package_rating .feedmak_stars {
  margin-right: 15px;
}

/* line 18, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_header .package_rating .feedmak_stars i {
  color: #FFC107;
  font-size: 15px;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_header .package_rating .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

/* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_header .package_rating p {
  font-size: 14px;
  color: #687083;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_body {
  border: 1px solid #EEF0F4;
  border-radius: 0 0 10px 10px;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_lists {
  padding: 20px 25px;
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_lists .single_packageList {
  border: 1px solid #EEF0F4;
  border-radius: 5px;
  display: flex;
  grid-gap: 15px;
  padding: 8px;
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_lists .single_packageList:not(:last-child) {
  margin-bottom: 10px;
}

/* line 47, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_lists .single_packageList span {
  width: 45px;
  height: 45px;
  flex: 45px 0 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF0F2;
  color: #FF5170;
  font-size: 14px;
  font-weight: 700;
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_lists .single_packageList p {
  font-size: 16px;
  font-weight: 500;
  color: #687083;
  line-height: 20px;
}

/* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_seperator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin: 0 25px;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_seperator::before {
  position: absolute;
  height: 1px;
  content: '';
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EEF0F4;
  z-index: -1;
}

/* line 86, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_seperator span {
  width: 29px;
  height: 29px;
  background: #FFF0F2;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 95, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_seperator span i {
  color: #202E3B;
  font-size: 10px;
}

/* line 101, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_footer {
  padding: 10px 25px 20px 25px;
}

@media (max-width: 575.98px) {

  /* line 101, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
  .package_widget .package_footer {
    flex-wrap: wrap;
    justify-content: center !important;
    grid-gap: 20px;
  }
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_footer .theme_btn.small_btn2 {
  padding: 13.5px 22px;
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_footer .prise_tag h4 {
  font-size: 18px;
  font-weight: 900;
  color: #FF5170;
  margin-bottom: 0;
  line-height: 1;
  text-align: right;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_footer .prise_tag h4 span {
  text-decoration: line-through;
  color: #687083;
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.package_widget .package_footer .prise_tag p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #687083;
  margin-bottom: 0;
}

/* line 136, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.pricing_labels {
  display: flex;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 143, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.pricing_labels p {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.pricing_labels p .icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  color: #fff;
  background: #FF5170;
  font-size: 9px;
}

/* line 160, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.lms_pricing_box {
  border: 1px solid #EBEBEB;
}

/* line 162, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.lms_pricing_box .lms_pricing_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
  padding: 25.5px 25px 26.5px 40px;
  border-bottom: 1px solid #EBEBEB;
  flex-wrap: wrap;
}

/* line 170, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.lms_pricing_box .lms_pricing_head h3 {
  font-size: 30px;
  font-weight: 900;
}

/* line 176, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.lms_pricing_box .lms_pricing_body {
  background: #FAFAFA;
}

/* line 178, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.lms_pricing_box .lms_pricing_body .single_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 15px;
  padding: 15px 25px;
  flex-wrap: wrap;
}

/* line 185, ../../../../../laragon/www/onestschool-frontend/scss/_package.scss */
.lms_pricing_box .lms_pricing_body .single_list:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer {
  background: #392C7D;
}

/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .footer_top_area {
  padding-top: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap {
  padding-top: 60px;
  padding-bottom: 3px;
}

@media (max-width: 767.98px) {

  /* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
  footer.home_three_footer .main_footer_wrap {
    padding-top: 60px;
    padding-bottom: 3px;
  }
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget {
  margin-bottom: 30px;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_logo {
  margin-bottom: 26px;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .description_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.7);
  max-width: 373.94px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .subscribe_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

/* line 33, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .subscribe_text span {
  color: #FF5170;
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_title h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
  color: #fff;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Libre Baskerville", serif;
  line-height: 2;
}

/* line 55, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a:hover {
  color: #FF5170;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list {
  max-width: 270px;
}

/* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list p {
  font-size: 14px;
  color: #656565;
  margin-bottom: 0;
  line-height: 1.86;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list p:not(:last-child) {
  margin-bottom: 0;
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list p span {
  font-weight: 700;
}

/* line 78, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  line-height: 0.75;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {

  /* line 78, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
  footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 30px;
  }
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .large_address span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
}

/* line 97, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time {
  margin: 15px 0 11px 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #151515;
}

/* line 101, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.77;
  color: #666666;
  text-transform: uppercase;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .help_text p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

/* line 114, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .help_text p a {
  color: #FF5170;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #666666;
  margin-bottom: 19px;
  line-height: 1.63;
  max-width: 226px;
}

/* line 128, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .social__Links {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
}

/* line 132, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
  color: #FF5170;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0 !important;
}

/* line 142, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a:hover {
  color: #fff;
  background: #FF5170;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area {
  padding-bottom: 28px;
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .footer_border {
  border-top: 1px solid #484848;
  margin-bottom: 23px;
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .copy_right_text {
  padding: 17px 0;
}

/* line 158, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .copy_right_text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .copy_right_text p a {
  color: #FF5170;
}

/* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
  display: flex;
  grid-gap: 35px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {

  /* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
  footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
    grid-gap: 15px;
  }
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a:hover {
  color: #FF5170;
}

/* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
footer.home_three_footer .copyright_area .payment_imgs {
  margin: 20px 0;
}

/* line 193, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
.google_play_box {
  background: #fd4949;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 11px 30px;
  grid-gap: 15px;
  min-width: 215px;
  max-width: 215px;
}

/* line 201, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
.google_play_box:hover {
  background: #392C7D;
}

/* line 205, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
.google_play_box .google_play_text span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_footer.scss */
.google_play_box .google_play_text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fouram_tabs {
  grid-gap: 8px;
}

/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fouram_tabs a {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  border: 1px solid #e9e7f7;
  border-radius: 30px;
  padding: 4.5px 17px;
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fouram_tabs a.active,
.fouram_tabs a:hover {
  color: #fff;
  background: #fb1159;
  border-color: #fb1159;
}

/* line 18, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.f_s_20 {
  font-size: 20px;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.topic_info {
  border-radius: 3px;
  background: #fb1159;
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
}

/* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.post_pin {
  border-radius: 5px;
  background: #fb1159;
  font-size: 14px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  display: inline-block;
  padding: 4.5px 12px;
  text-transform: capitalize;
  margin-left: 11px;
}

/* line 43, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.category_tag {
  border-radius: 3px;
  background: #9b52fd;
  font-size: 14px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  display: inline-block;
  padding: 4.5px 10px;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.category_tag.style_2 {
  background: #3089f5;
}

/* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.category_mark {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #202e3b;
}

/* line 63, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.category_mark .squire_bulet {
  background: #525ce5;
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list {
  display: inline-flex;
  align-items: center;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list.position_user {
  position: absolute;
  bottom: 30px;
  right: 46px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list li {
  position: relative;
  margin-left: -10px;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list li:hover .user_hover_card {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list .single_user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #fea70c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Libre Baskerville", serif;
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list .single_user.style2 {
  background: #525ce5;
}

/* line 106, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.users_list .single_user.style3 {
  background: #fb1159;
}

/* line 113, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.lession_lists li:not(:last-child) {
  margin-bottom: 8px;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.lession_lists li a {
  font-size: 14px;
  font-weight: 700;
  color: #202e3b;
  font-family: "Libre Baskerville", serif;
  padding: 10px;
  display: block;
  background: #fff;
  text-transform: uppercase;
  padding: 18.5px 28px;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.lession_lists li a:hover {
  color: #fb1159;
}

/* line 132, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.dot_icon {
  font-size: 14px;
  margin-left: 5px;
  line-height: 1;
  position: relative;
  top: 2px;
  left: 15px;
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table {
  border-radius: 5px;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0 12px;
}

/* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #202e3b;
  border: 0;
  padding: 7.5px 30px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}

/* line 173, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr:first-child .user_hover_card,
.table.fourm_table tbody tr:nth-child(2) .user_hover_card {
  transform: translateX(-50%) translateY(45px);
  top: 0px;
  bottom: auto;
}

/* line 178, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr:first-child .users_list li:hover .user_hover_card,
.table.fourm_table tbody tr:nth-child(2) .users_list li:hover .user_hover_card {
  bottom: auto;
  top: 5px;
}

/* line 182, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr:first-child .user_hover_card::before,
.table.fourm_table tbody tr:nth-child(2) .user_hover_card::before {
  bottom: auto;
  top: -12.5px;
  border: 0;
  border-left: 1px solid #eceef4;
  border-top: 1px solid #eceef4;
}

/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td {
  border-bottom: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  padding: 33px 30px 30px 30px;
  color: #202e3b;
  background: #fff;
  border: 0;
}

/* line 200, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td .topic_name {
  max-width: 395px;
  min-width: 395px;
}

/* line 203, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td .topic_name h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 10px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 213, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td .topic_name p {
  font-size: 16px;
  color: #373737;
  line-height: 1.63;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 16px;
}

/* line 225, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tfoot td {
  border-top: 1px solid #e1e2e6;
  border-bottom: 1px solid #e1e2e6;
  padding: 25px 20px;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tfoot td:nth-child(1) {
  border-left: 1px solid #e1e2e6;
}

/* line 232, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tfoot td:last-child {
  border-right: 1px solid #e1e2e6;
  text-align: right;
}

/* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_header .single_header_item {
  font-size: 14px;
  font-weight: 600;
  color: #202e3b;
  border: 0;
  padding: 18.5px 45px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}

/* line 250, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_header .single_header_item:first-child {
  flex: 690px 0 0;
}

/* line 256, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_body .fourm_single_lists {
  background: #fff;
}

/* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list {
  border-bottom: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  padding: 33px 30px 30px 45px;
  color: #202e3b;
  background: #fff;
  border: 0;
}

/* line 268, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list:first-child {
  flex: 690px 0 0;
}

/* line 271, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list .topic_name {
  max-width: 395px;
}

/* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list .topic_name h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 10px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 283, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list .topic_name p {
  font-size: 16px;
  color: #373737;
  line-height: 1.63;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 16px;
}

/* line 296, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_area {
  background: #fafafa;
}

/* line 298, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_area .fourm_header {
  border-bottom: 2px solid #e9e7f7;
  padding-bottom: 18px;
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_footer {
  margin-top: 30px;
}

/* line 306, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_footer p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  font-family: "Libre Baskerville", serif;
}

/* line 313, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.gap_15 {
  grid-gap: 15px;
}

/* line 316, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 5px;
}

/* line 321, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: 700;
  color: #202e3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", serif;
}

/* line 333, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_pagination a.active,
.fourm_pagination a:hover {
  background: #fb1159;
  color: #fff;
  border-color: #fb1159;
}

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

/* line 342, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_pagination a.next_pagination {
  border-color: #fb1159;
}

/* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_pagination a.next_pagination i {
  font-size: 12px;
  color: #fb1159;
}

/* line 352, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e7f7;
  box-shadow: 2px 2px 40px 0 rgba(177, 177, 177, 0.15);
  width: 288px;
  padding: 40px 30px 26px 30px;
  text-align: center;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) translateY(-45px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

/* line 368, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  background: #fff;
  border-bottom: 1px solid #eceef4;
  z-index: 1;
  bottom: -12.5px;
  border-right: 1px solid #eceef4;
}

/* line 381, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_top {
  padding-bottom: 15px;
}

/* line 383, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_top span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #525ce5;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_top h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #202e3b;
  margin: 19px 0 0px 0;
}

/* line 403, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_top p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

/* line 409, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_points {
  border-top: 1px solid #e9e7f7;
  border-bottom: 1px solid #e9e7f7;
  padding: 19px 0 9px 0;
}

/* line 413, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_points span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #202e3b !important;
}

/* line 419, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_points h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #fb1159;
  line-height: 1;
  margin-top: 4px;
}

/* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_info {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

/* line 435, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_info p {
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  font-family: "Libre Baskerville", serif;
}

/* line 440, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.user_hover_card .user_card_info p span {
  color: #687083;
}

/* line 447, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_cat_boxes {
  background: #fff;
  padding: 30px;
}

/* line 450, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.fourm_cat_boxes .cat_title {
  border-bottom: 1px solid #e9e7f7;
  padding-bottom: 11px;
  margin-bottom: 17px;
}

/* line 459, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.discussion_lists .single_discussion:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e9e7f7;
}

/* line 464, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.discussion_lists .single_discussion h3 {
  margin-bottom: 16px;
  line-height: 26px;
}

/* line 467, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.discussion_lists .single_discussion h3 a {
  font-size: 18px;
  font-weight: 700;
  color: #202e3b;
  font-family: "Libre Baskerville", serif;
  line-height: 26px;
}

/* line 475, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.discussion_lists .single_discussion p {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  color: #687083;
}

@media (min-width: 1200px) {

  /* line 483, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
  .mt_114 {
    margin-top: 114px;
  }
}

@media (min-width: 1200px) {

  /* line 488, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
  .mt_74 {
    margin-top: 74px;
  }
}

/* line 494, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.post_label {
  margin-bottom: 10px;
}

/* line 498, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.new_post_box .new_post_title {
  padding: 14px 0px;
}

/* line 503, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.new_post_form {
  background: #fff;
  padding: 60px;
}

/* line 506, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.new_post_form .label_name {
  color: #fb1159;
  font-weight: 600 !important;
}

/* line 513, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.topic_replay {
  padding: 40px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* line 518, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.topic_replay h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 9px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 528, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.topic_replay p {
  font-size: 16px;
  color: #373737;
  line-height: 1.63;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 21px;
}

/* line 537, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay {
  padding: 40px;
  background: #fff;
}

/* line 541, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single:not(:last-child) {
  border-bottom: 1px solid #e9e7f7;
  padding-bottom: 16px;
  margin-bottom: 37px;
}

/* line 546, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head {
  margin-bottom: 26px;
}

/* line 548, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .thumb {
  background: #fb1159;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 561, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .thumb .user_hover_card {
  transform: translateX(0) translateY(45px);
  top: 15px;
  bottom: auto;
  left: 0;
}

/* line 567, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .thumb .user_hover_card::before {
  bottom: auto;
  top: -12.5px;
  border: 0;
  border-left: 1px solid #eceef4;
  border-top: 1px solid #eceef4;
  transform: translateX(0%) rotate(45deg);
  left: 27px;
}

/* line 577, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .thumb:hover .user_hover_card {
  opacity: 1;
  visibility: visible;
  bottom: auto;
  top: 25px;
}

/* line 586, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .forum_head_text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 4px;
}

/* line 592, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .forum_head_text p {
  font-size: 14px;
  color: #687083;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
}

/* line 600, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_replay_head .commnet_replay_box textarea {
  margin-bottom: 12px;
}

/* line 606, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_body p {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  line-height: 26px;
}

/* line 613, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_foot {
  margin-top: 26px;
}

/* line 616, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_foot .forum_left a {
  font-size: 14px;
  font-weight: 500;
  color: #fb1159;
  font-family: "Libre Baskerville", serif;
}

/* line 623, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_foot .forum_right {
  display: flex;
  align-items: center;
}

/* line 626, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_foot .forum_right a {
  font-size: 14px;
  font-weight: 500;
  color: #fb1159;
  font-family: "Libre Baskerville", serif;
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

/* line 634, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.forum_replay .forum_replay_single .forum_foot .forum_right a:not(:last-child) {
  margin-right: 28px;
}

/* line 644, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table {
  border-radius: 5px;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0 12px;
}

/* line 652, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #202e3b;
  border: 0;
  padding: 7.5px 30px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}

/* line 667, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr:first-child .user_hover_card,
.table.fourm_table tbody tr:nth-child(2) .user_hover_card {
  transform: translateX(-50%) translateY(45px);
  top: 0px;
  bottom: auto;
}

/* line 672, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr:first-child .users_list li:hover .user_hover_card,
.table.fourm_table tbody tr:nth-child(2) .users_list li:hover .user_hover_card {
  bottom: auto;
  top: 5px;
}

/* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr:first-child .user_hover_card::before,
.table.fourm_table tbody tr:nth-child(2) .user_hover_card::before {
  bottom: auto;
  top: -12.5px;
  border: 0;
  border-left: 1px solid #eceef4;
  border-top: 1px solid #eceef4;
}

/* line 685, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td .topic_name {
  max-width: 395px;
  min-width: 395px;
}

/* line 688, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td .topic_name h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 10px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 698, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tbody tr td .topic_name p {
  font-size: 16px;
  color: #373737;
  line-height: 1.63;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 16px;
}

/* line 710, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tfoot td {
  border-top: 1px solid #e1e2e6;
  border-bottom: 1px solid #e1e2e6;
  padding: 25px 20px;
}

/* line 714, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tfoot td:nth-child(1) {
  border-left: 1px solid #e1e2e6;
}

/* line 717, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.table.fourm_table tfoot td:last-child {
  border-right: 1px solid #e1e2e6;
  text-align: right;
}

/* line 725, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_header {
  display: flex;
}

@media (max-width: 767.98px) {

  /* line 725, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
  .infix_forum_header {
    flex-wrap: wrap;
  }
}

/* line 731, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_header .single_h_col.max_col {
  max-width: 395px;
  min-width: 395px;
}

/* line 736, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_header h4 {
  font-size: 14px;
  font-weight: 600;
  color: #202e3b;
  border: 0;
  padding: 17px 30px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  margin: 0;
}

/* line 748, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_row {
  display: flex;
  background: #fff;
  margin-bottom: 10px;
}

/* line 752, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_row .topic_name {
  max-width: 395px;
  min-width: 395px;
}

/* line 755, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_row .topic_name h3 {
  font-size: 22px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 10px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 765, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_row .topic_name p {
  font-size: 16px;
  color: #373737;
  line-height: 1.63;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 16px;
}

/* line 773, ../../../../../laragon/www/onestschool-frontend/scss/_forum.scss */
.infix_forum_row .single_f_col {
  border-bottom: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  padding: 33px 30px 30px 30px;
  color: #202e3b;
  background: #fff;
  border: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar {
  margin-bottom: 20px;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-left: 30px;
}

/* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-right h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #5b5675;
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-center button {
  border: 1px solid #f0f1f2;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #5b5675;
  text-transform: capitalize;
  position: relative;
  padding: 8px 15px 9px 45px;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-center button::before {
  position: absolute;
  left: 15px;
  top: 8px;
  content: "";
  background-image: url(../img/cal_icon.svg);
  width: 16px;
  height: 19px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

/* line 42, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-left .fc-next-button {
  margin-left: 3px;
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-left .fc-button {
  padding: 0;
  color: #e3e3e3;
  font-size: 15px;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-left .fc-button .fc-icon::before {
  color: #e3e3e3;
  font-size: 15px;
}

/* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-toolbar .fc-left h2 {
  order: 1;
  font-size: 16px;
  font-weight: 600;
  color: #202e3b;
}

/* line 62, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-icon-chevron-left::before {
  content: "\e64a";
}

/* line 65, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-icon-chevron-right::before {
  content: "\e649";
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-view-container .fc-head td {
  border-color: #f7f9fc;
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-view-container .fc-head td thead .fc-day-header {
  background: #f7f9fc;
  font-size: 14px;
  color: #202e3b;
  font-weight: 600;
  border-color: #f7f9fc;
  padding: 14.5px 15px !important;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-view-container .fc-body .fc-widget-content .fc-day-grid .fc-row {
  min-height: 105px !important;
}

/* line 89, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-view-container .fc-body .fc-widget-content .fc-day-grid .fc-row td {
  border-color: #f0f1f2;
}

/* line 97, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 5px 20px;
  color: #5b5675 !important;
  font-size: 12px;
  font-weight: 500;
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-day-grid-event {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  box-shadow: none !important;
  height: auto;
  padding: 10px 15px 0 15px;
}

/* line 112, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-day-grid-event .fc-content {
  white-space: normal;
  overflow: hidden;
  box-shadow: none;
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
  padding-left: 20px;
}

/* line 120, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-axis {
  font-size: 12px;
  text-transform: uppercase;
  color: #5b5675;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
}

/* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-ltr .fc-axis {
  text-align: left;
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-time-grid .fc-slats td {
  height: 105px;
  border-bottom: 0;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc .fc-axis {
  vertical-align: super;
  padding: 0 !important;
  white-space: nowrap;
  width: 119px !important;
}

/* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc .fc-axis span {
  padding: 10px 20px;
  display: block;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-day {
  position: relative;
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.blue_bg::before {
  content: "";
  background: #e7f0fd;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: -1px;
  top: -300%;
  z-index: -1;
  height: 800%;
}

/* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.paste_bg::before {
  content: "";
  background: #e2f6d6;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: -1px;
  top: -300%;
  z-index: -1;
  height: 800%;
}

/* line 171, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.fc-content-skeleton {
  overflow-y: hidden;
  height: 100%;
}

/* line 176, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-dialog {
  max-width: 500px;
}

/* line 179, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-content {
  padding: 36px 50px 40px 50px;
  border-radius: 0;
}

/* line 183, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal_header {
  margin-bottom: 23px;
}

/* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal_header .modal_header_left h4 {
  font-size: 24px;
  color: #202e3b;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 4px;
}

/* line 193, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal_header .modal_header_left span {
  font-size: 14px;
  font-weight: 500;
  color: #5b5675;
  font-family: "Libre Baskerville", serif;
  display: block;
}

/* line 201, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal_header .link_icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f1f2;
  background: #f7f9fc;
}

/* line 212, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body {
  padding: 0;
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .modal_bg {
  margin-bottom: 20px;
}

/* line 217, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .description_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #5b5675;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}

/* line 225, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .modal_author_info {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-top: 35px;
}

/* line 230, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .modal_author_info .thumb {
  width: 60px;
  height: 60px;
  flex: 60px 0 0;
}

/* line 234, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .modal_author_info .thumb img {
  width: 100%;
}

/* line 239, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .modal_author_info .modal_author_content h4 {
  font-size: 14px;
  font-weight: 700;
  color: #202e3b;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 2px;
  line-height: 1;
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_calender.scss */
.lms_view_modal .modal-body .modal_author_info .modal_author_content p {
  font-size: 14px;
  font-weight: 500;
  color: #5b5675;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.affiliate_bg {
  background: #f7faff;
}

/* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.affiliate_faq_box {
  border-bottom: 1px solid #e9eaf0;
  padding-bottom: 26px;
  padding-right: 30px;
}

@media (max-width: 767.98px) {

  /* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .affiliate_faq_box {
    padding-right: 0;
  }
}

/* line 11, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.affiliate_faq_box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0b0a24;
  margin-bottom: 17px;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.affiliate_faq_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  color: #0b0a24;
}

/* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.Affiliate_benefit_boxs::before {
  content: "";
  background-image: url(../img/affiliate/shape_img.svg);
  position: absolute;
  left: 90px;
  top: 90px;
  bottom: 90px;
  right: 90px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {

  /* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .Affiliate_benefit_boxs::before {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.Affiliate_benefit_box {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #f8f7fc;
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.Affiliate_benefit_box img {
  max-width: 50px;
}

/* line 54, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.Affiliate_benefit_box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0b0a24;
  margin: 30px 0 14px 0;
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.Affiliate_benefit_box p {
  font-size: 16px;
  line-height: 1.63;
  color: #0b0a24;
  font-weight: 400;
}

/* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.Requirements_boxs {
  display: flex;
}

@media (max-width: 767.98px) {

  /* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .Requirements_boxs {
    flex-wrap: wrap;
    grid-gap: 20px;
  }
}

/* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box {
  flex: 50% 0 0;
  background-color: #fff;
}

@media (max-width: 767.98px) {

  /* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .single_Requirements_box {
    flex: 100% 0 0;
  }
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box:not(:last-child) {
  border-right: 1px solid #f0f1f2;
}

/* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_head {
  padding: 28px 40px 27px 40px;
  border-bottom: 1px solid #f0f1f2;
}

@media (max-width: 767.98px) {

  /* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .single_Requirements_box .Requirements_box_head {
    padding: 30px;
  }
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_head.style2 h3 {
  color: #ff1744;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_head h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1ebf88;
  margin-bottom: 0;
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_body {
  padding: 35px 68px 40px 40px;
}

@media (max-width: 767.98px) {

  /* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .single_Requirements_box .Requirements_box_body {
    padding: 30px;
  }
}

/* line 109, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_body ul li {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}

/* line 113, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_body ul li:not(:last-child) {
  margin-bottom: 25px;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_body ul li .icon {
  flex: 20px 0 0;
  position: relative;
  top: 3px;
}

/* line 120, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_body ul li .icon img {
  width: 100%;
}

/* line 124, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.single_Requirements_box .Requirements_box_body ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #0b0a24;
  line-height: 1.63;
  font-family: "Libre Baskerville", serif;
  flex: 1 1 0;
}

/* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.work_title_area {
  display: flex;
  grid-column-gap: 102px;
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {

  /* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .work_title_area {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}

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

  /* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .work_title_area {
    grid-column-gap: 30px;
  }
}

/* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.work_title_area .section__title4 {
  max-width: 383px;
}

/* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.work_title_area .work_title_desc {
  margin-top: 43px;
}

@media (max-width: 767.98px) {

  /* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .work_title_area .work_title_desc {
    margin-top: 20px;
  }
}

/* line 156, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.work_title_area .work_title_desc p {
  font-size: 16px;
  font-weight: 400;
  color: #0b0a24;
  line-height: 1.63;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.work_title_area .work_title_desc p:not(:last-child) {
  margin-bottom: 25px;
}

/* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.process_widget_box {
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #f8f7fc;
  padding: 40px 60px 49px 60px;
}

@media (max-width: 767.98px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .process_widget_box {
    padding: 30px;
  }
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.process_widget_box .icon img {
  max-width: 60px;
}

/* line 181, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.process_widget_box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0b0a24;
  margin: 22px 0 13px 0;
}

/* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.process_widget_box p {
  font-size: 16px;
  line-height: 1.63;
  color: #0b0a24;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box {
  border-radius: 5px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  display: flex;
  position: relative;
  margin-top: -237px;
  z-index: 10;
}

@media (max-width: 767.98px) {

  /* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box {
    margin-top: 70px;
    flex-wrap: wrap;
  }
}

/* line 212, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .theme_btn {
  min-width: 280px;
  text-align: center;
}

@media (max-width: 767.98px) {

  /* line 212, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .theme_btn {
    min-width: auto;
  }
}

/* line 219, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box::before,
.commision_box::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url(../img/affiliate/dots.svg);
  background-repeat: repeat;
  z-index: -1;
}

/* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box::before {
  left: -50px;
  top: -47px;
}

@media (max-width: 767.98px) {

  /* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box::before {
    left: 0;
  }
}

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

  /* line 231, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box::before {
    left: 0;
  }
}

/* line 241, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box::after {
  right: -50px;
  bottom: -24px;
}

@media (max-width: 767.98px) {

  /* line 241, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box::after {
    right: 0;
  }
}

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

  /* line 241, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box::after {
    right: 0;
  }
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .circle_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: -40px;
  right: -40px;
  z-index: -1;
}

@media (max-width: 767.98px) {

  /* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .circle_img {
    right: 0;
  }
}

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

  /* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .circle_img {
    right: 0;
  }
}

/* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .circle_img img {
  border-radius: 50%;
  width: 100%;
}

@media (max-width: 767.98px) {

  /* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box {
    margin-top: 60px;
  }
}

/* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left {
  padding: 60px 75px 60px 100px;
  max-width: 480px;
  border-right: 1px solid #ebf1ff;
  background: #fff;
}

@media (max-width: 767.98px) {

  /* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .comissiion_left {
    padding: 30px;
  }
}

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

  /* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .comissiion_left {
    padding: 30px;
    max-width: 380px;
  }
}

/* line 284, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left h4 {
  font-size: 30px;
  color: #202e3b;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 290, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left h3 {
  font-size: 50px;
  font-weight: 800;
  color: #202e3b;
  line-height: 1;
  margin: 0;
}

/* line 297, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  line-height: 1.63;
}

/* line 303, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left .rate_text {
  margin: 10px 0 35px 0;
}

/* line 306, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left .Sale_text {
  margin-bottom: 37px;
  margin-top: 5px;
}

/* line 310, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_left .discription_text {
  margin-top: 20px;
}

/* line 314, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_right {
  padding: 80px 0 60px 100px;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 767.98px) {

  /* line 314, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .comissiion_right {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 314, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .comissiion_right {
    padding: 30px;
  }
}

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

  /* line 314, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .commision_box .comissiion_right {
    padding: 30px;
  }
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_right .commision_payment_lists {
  max-width: 325px;
}

/* line 329, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_right .commision_payment_lists .commision_payment_list {
  display: flex;
  grid-gap: 20px;
}

/* line 332, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_right .commision_payment_lists .commision_payment_list:not(:last-child) {
  margin-bottom: 37px;
}

/* line 340, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0b0a24;
  margin-bottom: 3px;
}

/* line 346, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text p {
  font-size: 15px;
  line-height: 1.73;
  color: #0b0a24;
  margin-bottom: 0;
}

/* line 358, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
.affliate_faq-section {
  padding-bottom: 94px;
}

@media (max-width: 767.98px) {

  /* line 358, ../../../../../laragon/www/onestschool-frontend/scss/_affiliate.scss */
  .affliate_faq-section {
    padding-bottom: 70px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized {
  border: 1px solid #ebebeb;
  padding: 45px 40px 40px 40px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
  .lms_pricing_wized {
    padding: 30px;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_hader span {
  font-size: 20px;
  font-weight: 900;
  font-family: "Libre Baskerville", serif;
  display: block;
}

/* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_hader h3 {
  font-size: 48px;
  font-weight: 700;
  color: #FF5170;
  font-family: "Libre Baskerville", serif;
  margin: 18px 0 14px 0;
}

@media (max-width: 767.98px) {

  /* line 14, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
  .lms_pricing_wized .lms_pricing_hader h3 {
    font-size: 35px;
  }
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_hader h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 4px;
}

/* line 30, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_hader p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_body {
  margin: 37px 0 35px 0;
}

/* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_body ul li {
  font-size: 16px;
  font-weight: 500;
  color: #202e3b;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_body ul li:not(:last-child) {
  margin-bottom: 14px;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_pricing_plan.scss */
.lms_pricing_wized .lms_pricing_body ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0b0a24;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_sidebar_box {
  border: 1px solid #e9e7f7;
  padding: 30px;
}

/* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.keyword_lists a {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  color: #373737;
  display: inline-block;
  padding: 7px 17px;
  border: 0;
  border-radius: 3px;
  background-color: #fafafa;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.keyword_lists a:hover {
  background: #FF5170;
  border-color: #FF5170;
  color: #fff;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.news_lists .single_newslist:not(:last-child) {
  border-bottom: 1px solid #e3e6ef;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.news_lists .single_newslist h4 {
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  color: #202e3b;
  line-height: 1.44;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
  margin: 0px 0 2px 0;
}

/* line 41, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.news_lists .single_newslist h4:hover {
  color: #FF5170;
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.news_lists .single_newslist p {
  font-size: 14px;
  line-height: 1.63;
  font-weight: 500;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.gap_10 {
  grid-gap: 10px;
}

/* line 55, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4 {
  background: transparent;
  height: 60px;
  border-radius: 5px;
  width: 510px;
  border: 1px solid #e3e6ef;
}

@media (min-width: 1200px) and (max-width: 1459.98px) {

  /* line 55, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .theme_search_field4 {
    width: 280px;
  }
}

/* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4 button {
  font-size: 18px;
  color: #FF5170;
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 60px;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4 button:hover {
  color: #FF5170;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4 input {
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
  font-family: "Libre Baskerville", serif;
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

/* line 86, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4 input::placeholder {
  color: #373737;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.large_search_field {
  width: 500px;
  height: 60px;
}

/* line 93, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.large_search_field button {
  padding-left: 30px;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.large_search_field input {
  height: 60px;
  line-height: 60px;
}

/* line 101, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.style2 {
  border-radius: 0;
  border-color: #e9e7f7;
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.style2 i {
  color: #FF5170;
}

/* line 107, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.style2 input {
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  font-family: "Libre Baskerville", serif;
  border: 0;
  background: transparent !important;
  height: 60px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 60px;
}

/* line 118, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_search_field4.style2 input::placeholder {
  color: #202e3b;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.theme_line_btn.replayBtn {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 22px;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.rounded_border_bottom {
  width: 100%;
  height: 1px;
  border-radius: 0.5px;
  background-color: #e9e7f7;
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.home6_border {
  border-bottom: 1px solid #e9e7f7;
}

/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area {
  padding: 145px 0 147px 0;
}

@media (max-width: 767.98px) {

  /* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area {
    padding: 75px 0 72px 0;
  }
}

@media (max-width: 767.98px) {

  /* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .mb_55 {
    margin-bottom: 30px;
  }
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .blog_details_banner {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {

  /* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .single_blog_details .blog_details_banner {
    margin-bottom: 30px;
  }
}

/* line 163, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .blog_title {
  margin-bottom: 57px;
}

@media (max-width: 767.98px) {

  /* line 163, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .single_blog_details .blog_title {
    margin-bottom: 30px;
  }
}

/* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .blog_title span {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  display: block;
  margin-bottom: 18px;
}

/* line 175, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .blog_title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 767.98px) {

  /* line 175, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .single_blog_details .blog_title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 185, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .quote_text {
  display: flex;
  margin: 60px 0 40px 0;
}

@media (max-width: 767.98px) {

  /* line 185, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .single_blog_details .quote_text {
    margin: 40px 0 20px 0;
  }
}

/* line 191, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .quote_text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #373737;
  line-height: 30px;
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .quote_text .horizontal_line {
  background: #fb1159;
  height: 3px;
  width: 90px;
  flex: 90px 0 0;
  position: relative;
  top: 6px;
  margin-right: 30px;
}

@media (max-width: 767.98px) {

  /* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .single_blog_details .quote_text .horizontal_line {
    width: 40px;
    flex: 40px 0 0;
    margin-right: 20px;
  }
}

/* line 213, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .details_info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {

  /* line 213, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
  .blog_details_area .single_blog_details .details_info h4 {
    line-height: 34px;
    margin-bottom: 20px;
  }
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_blog_details.scss */
.blog_details_area .single_blog_details .details_info h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 27px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links a {
  font-size: 16px;
  color: #5b6c8f;
}

/* line 5, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links a:not(:last-child) {
  margin-right: 25px;
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links a:hover {
  color: #FF5170;
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links.style2 a {
  color: #555555;
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links.style2 a:hover {
  color: #FF5170;
}

/* line 23, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links2 a {
  font-size: 16px;
  color: white;
  background-color: #222222;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* line 33, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links2 a:not(:last-child) {
  margin-right: 10px;
}

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

  /* line 33, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .social__Links2 a:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* line 39, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links2 a:hover {
  background: #FF5170;
  color: #fff;
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links3 a {
  font-size: 16px;
  color: #fff;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links3 a:not(:last-child) {
  margin-right: 25px;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links3 a:hover {
  color: #FF5170;
}

/* line 58, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links4 a {
  font-size: 16px;
  color: white;
  background-color: #FF5170;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links4 a:not(:last-child) {
  margin-right: 10px;
}

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

  /* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .social__Links4 a:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links4 a:hover {
  background: #392C7D;
  color: #fff;
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5 a {
  font-size: 14px;
  color: #687083;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}

/* line 89, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5 a:not(:last-child) {
  margin-right: 0px;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5 a:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  background: #f1f1f1;
  width: 1px;
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5 a:hover {
  color: #FF5170;
}

/* line 107, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5.style_2 a {
  color: #fff;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5.style_2 a:not(:last-child)::before {
  background: rgba(241, 241, 241, 0.1);
}

/* line 117, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5.style_3 a {
  color: #fff;
}

/* line 120, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.social__Links5.style_3 a:not(:last-child)::before {
  background: #4b505d;
  height: 10px;
}

/* line 128, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper {
  position: relative;
  z-index: 10;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper.style2 .insta_title h3 {
  font-size: 20px;
  color: #392C7D;
  font-family: "Libre Baskerville", serif;
}

/* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper.style2 .insta_title h3 span {
  font-size: 30px;
  font-weight: 700;
  color: #FF5170;
}

/* line 147, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper.style3 .insta_title h3 {
  font-size: 20px;
  color: #392C7D;
  font-family: "Libre Baskerville", serif;
}

/* line 151, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper.style3 .insta_title h3 span {
  font-size: 30px;
  font-weight: 700;
  color: #392C7D;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper.style4 .insta_title h3 {
  font-size: 20px;
  color: #392C7D;
  font-family: "Libre Baskerville", serif;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper.style4 .insta_title h3 span {
  font-size: 30px;
  font-weight: 700;
  color: #FF5170;
}

/* line 174, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .insta_title h3 {
  font-size: 20px;
  color: #392C7D;
  font-family: "Libre Baskerville", serif;
}

/* line 178, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .insta_title h3 span {
  font-size: 30px;
  font-weight: 700;
  color: #FF5170;
}

/* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .insta_title2 h3 {
  font-size: 20px;
  color: #392C7D;
  font-family: "Libre Baskerville", serif;
}

/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .insta_title2 h3 span {
  font-size: 30px;
  font-weight: 700;
  color: #FF5170;
}

/* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .instagram_grids {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767.98px) {

  /* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .instagram_wrapper .instagram_grids {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  /* line 197, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .instagram_wrapper .instagram_grids {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .instagram_grids .single_thumb {
  display: block;
}

/* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.instagram_wrapper .instagram_grids .single_thumb img {
  width: 100%;
}

/* line 216, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp form {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 0px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 575.98px) {

  /* line 223, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp form {
    grid-template-columns: auto;
  }
}

/* line 233, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  border-right: 0;
}

@media (max-width: 575.98px) {

  /* line 233, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp .form-control {
    border-radius: 5px;
  }
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp .form-control::placeholder {
  color: #676e8b;
  font-size: 14px;
}

/* line 252, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 257, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp button {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #FF5170;
  text-transform: capitalize;
  border-radius: 0px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 257, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp button {
    border-radius: 5px !important;
  }
}

/* line 277, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 286, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 291, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 form {
  display: grid;
  flex-direction: column;
  border-radius: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 10px;
  width: 100%;
  grid-template-columns: auto 119px;
}

@media (max-width: 575.98px) {

  /* line 291, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp2 form {
    grid-template-columns: auto;
  }
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 .form-control {
  background: transparent;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 5px;
  height: 44px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  border: 1px solid #71737C;
  color: #fff;
}

@media (max-width: 575.98px) {

  /* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp2 .form-control {
    border-radius: 5px;
  }
}

/* line 319, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 322, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: capitalize;
  border-radius: 5px !important;
  padding: 0 15px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 44px;
  font-family: "Libre Baskerville", serif;
  width: 100%;
  line-height: 44px;
}

/* line 345, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp2 .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  bottom: -25px;
}

/* line 355, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 361, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 form {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {

  /* line 361, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp3 form {
    grid-template-columns: auto;
  }
}

/* line 372, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 5px;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  border-right: 0;
  border: 1px solid #e4e4e4;
}

@media (max-width: 575.98px) {

  /* line 372, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp3 .form-control {
    border-radius: 5px;
  }
}

/* line 387, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 .form-control::placeholder {
  color: #656565;
  font-size: 14px;
}

/* line 391, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: uppercase;
  border-radius: 5px !important;
  padding: 0 41px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

/* line 413, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp3 .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 422, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 form {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {

  /* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp4 form {
    grid-template-columns: auto;
  }
}

/* line 439, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0px;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  border-right: 0;
  border: 1px solid #fff;
}

@media (max-width: 575.98px) {

  /* line 439, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp4 .form-control {
    border-radius: 5px;
  }
}

/* line 454, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 .form-control::placeholder {
  color: #555555;
  font-size: 12px;
}

/* line 458, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 463, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: uppercase;
  border-radius: 0px !important;
  padding: 0 31px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

/* line 480, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp4 .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 489, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 {
  background: #fff;
  flex-wrap: nowrap;
  border-radius: 0px;
  position: relative;
  padding-right: 5px;
}

@media (max-width: 575.98px) {

  /* line 489, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp5 {
    padding-right: 0px !important;
  }
}

/* line 498, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 form {
  display: grid;
  grid-template-columns: auto 160px;
  grid-gap: 0px;
  border: 0;
  border-radius: 0px;
  align-items: center;
}

@media (max-width: 575.98px) {

  /* line 498, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp5 form {
    grid-template-columns: auto;
  }
}

/* line 509, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 25px;
  border-radius: 0;
  height: 60px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  border: 0;
  border-right: 0;
  color: #392C7D;
}

@media (max-width: 575.98px) {

  /* line 509, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp5 .form-control {
    border-radius: 5px;
  }
}

/* line 525, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 .form-control::placeholder {
  color: #555555;
}

/* line 528, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 533, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #FF5170;
  text-transform: capitalize;
  border-radius: 0px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 533, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .theme_mailChimp5 button {
    border-radius: 0px !important;
  }
}

/* line 553, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.theme_mailChimp5 .info {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 563, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 570, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp form {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 0px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 575.98px) {

  /* line 570, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_six .theme_mailChimp form {
    grid-template-columns: auto;
    grid-gap: 10px;
  }
}

/* line 581, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 575.98px) {

  /* line 581, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_six .theme_mailChimp .form-control {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
  }
}

/* line 599, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp .form-control::placeholder {
  color: #676e8b;
  font-size: 14px;
}

/* line 603, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 608, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: uppercase;
  border-radius: 5px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 608, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_six .theme_mailChimp button {
    border-radius: 5px !important;
  }
}

/* line 628, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .theme_mailChimp .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 638, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 645, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp form {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 10px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 575.98px) {

  /* line 645, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_six .home_six_footer .theme_mailChimp form {
    grid-template-columns: auto;
  }
}

/* line 655, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  border-right: 0;
  border-radius: 5px;
}

@media (max-width: 575.98px) {

  /* line 655, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_six .home_six_footer .theme_mailChimp .form-control {
    border-radius: 5px;
  }
}

/* line 671, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .form-control::placeholder {
  color: #676e8b;
  font-size: 14px;
}

/* line 675, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 680, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: uppercase;
  border-radius: 5px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 680, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_six .home_six_footer .theme_mailChimp button {
    border-radius: 5px !important;
  }
}

/* line 700, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .info {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 713, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 720, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp form {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 0px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 575.98px) {

  /* line 720, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_eight .theme_mailChimp form {
    grid-template-columns: auto;
    grid-gap: 10px;
  }
}

/* line 731, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 575.98px) {

  /* line 731, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_eight .theme_mailChimp .form-control {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
  }
}

/* line 749, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp .form-control::placeholder {
  color: #676e8b;
  font-size: 14px;
}

/* line 753, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 758, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: uppercase;
  border-radius: 5px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 758, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_eight .theme_mailChimp button {
    border-radius: 5px !important;
  }
}

/* line 778, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .theme_mailChimp .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  top: 110%;
}

/* line 788, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

/* line 795, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp form {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 10px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 575.98px) {

  /* line 795, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_eight .home_eight_footer .theme_mailChimp form {
    grid-template-columns: auto;
  }
}

/* line 805, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .form-control {
  background: #fff;
  color: #392C7D;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  height: 50px;
  border: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  border-right: 0;
  border-radius: 5px;
}

@media (max-width: 575.98px) {

  /* line 805, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_eight .home_eight_footer .theme_mailChimp .form-control {
    border-radius: 5px;
  }
}

/* line 821, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .form-control::placeholder {
  color: #676e8b;
  font-size: 14px;
}

/* line 825, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

/* line 830, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF5170;
  text-transform: uppercase;
  border-radius: 5px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 575.98px) {

  /* line 830, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
  .home_eight .home_eight_footer .theme_mailChimp button {
    border-radius: 5px !important;
  }
}

/* line 850, ../../../../../laragon/www/onestschool-frontend/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .info {
  font-size: 14px;
  font-weight: 500;
  color: #392C7D;
  position: absolute;
  left: 0;
  top: 110%;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_gallery.scss */
.gallery_box .thumb img {
  transform: scale(1);
  transition: .3s;
  max-width: 100%;
  width: 100%;
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_gallery.scss */
.gallery_box:hover .thumb img {
  transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
.curriculum_area .curriculum_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 40px 0 40px 0;
  grid-gap: 16px 0;
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
.curriculum_area .curriculum_list li {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #392C7D;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-basis: 50%;
}

@media (max-width: 991.98px) {

  /* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
  .curriculum_area .curriculum_list li {
    flex-basis: 100%;
  }
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
.curriculum_area .curriculum_list li::before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  background: #392C7D;
  display: inline-block;
  border-radius: 50%;
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
.admission_process_info {
  grid-gap: 30px;
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
.admission_process_info .admission_process_text h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_curriculumn.scss */
.admission_process_info .admission_process_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 48px;
  max-width: 803px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
  .statement_info {
    padding: 25px;
  }
}

/* line 10, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info h3 {
  font-style: normal;
  font-weight: 700;
  color: #333333;
  margin-bottom: 34px;
  max-width: 417px;
  line-height: 1.7;
}

/* line 18, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info .statement_lists {
  margin-bottom: 37px;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info .statement_lists li:not(:last-child) {
  margin-bottom: 30px;
}

/* line 26, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info .statement_lists .statement_title .icon {
  width: 24px;
  height: 24px;
}

/* line 30, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info .statement_lists .statement_title h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.statement_info .statement_lists p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.accreditation_wrapper .accreditation_wrapper_content {
  background: #392C7D;
  padding: 30px 35px;
}

/* line 55, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.accreditation_wrapper .accreditation_wrapper_content h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.accreditation_wrapper .accreditation_wrapper_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #C0C0C0;
  margin: 20px 0 30px 0;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_statement.scss */
.accreditation_wrapper .accreditation_wrapper_content .accreditation_brands .accreditation_brand img {
  max-width: 90px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 5, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tab_content .explorer_tab_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

/* line 11, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tab_content .explorer_tab_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin: 20px 0 30px 0;
}

/* line 18, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tab_content .explorer_tab_list {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}

/* line 22, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tab_content .explorer_tab_list li {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #392C7D;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  max-width: 50%;
  flex-shrink: 0;
  width: 100%;
}

@media (max-width: 991.98px) {

  /* line 22, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
  .explorer_tab_content .explorer_tab_list li {
    max-width: 100%;
  }
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tab_content .explorer_tab_list li::before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #392C7D;
  display: inline-block;
}

/* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tabs {
  margin: 55px 0 23px 0;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tabs .nav-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #6B6B6B;
  display: inline-block;
  padding: 20px 24px;
  position: relative;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tabs .nav-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #392C7D;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_explore.scss */
.explorer_tabs .nav-item.active {
  background: #392C7D;
  color: #FFFFFF;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper {
  display: flex;
}

@media (max-width: 991.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper {
    flex-wrap: wrap;
  }
}

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

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper {
    flex-wrap: wrap;
  }
}

/* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_wrapper_content {
  max-width: 57%;
  flex-shrink: 0;
  width: 100%;
}

@media (max-width: 991.98px) {

  /* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_wrapper_content {
    max-width: 100%;
  }
}

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

  /* line 9, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_wrapper_content {
    max-width: 100%;
  }
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs {
  max-width: 43%;
  flex-shrink: 0;
  width: 100%;
}

@media (max-width: 991.98px) {

  /* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs {
    max-width: 100%;
    margin-top: 20px;
  }
}

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

  /* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item:nth-child(even) .nav-link {
  background: #FEFEFE;
  box-shadow: 0px 0px 250px rgba(0, 0, 0, 0.09);
}

/* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  grid-gap: 36px;
  padding: 0;
  background: #fff;
}

@media (max-width: 991.98px) {

  /* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs .nav-item .nav-link {
    grid-gap: 20px;
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {

  /* line 37, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs .nav-item .nav-link {
    margin-bottom: 20px;
  }
}

/* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link .icon {
  background: #ff5170;
  width: 125px;
  height: 126px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {

  /* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs .nav-item .nav-link .icon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1470.98px) {

  /* line 50, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs .nav-item .nav-link .icon {
    width: 125px;
    height: 98px;
  }
}

/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link .icon h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 10px;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link .icon h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link .event_content span {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #333333;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 13px;
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link .event_content span i {
  font-size: 18px;
  position: relative;
  top: -1px;
}

/* line 98, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link .event_content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

/* line 105, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link.active {
  background: #f8f8f8;
  position: relative;
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link.active::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 43px;
  clip-path: polygon(100% 0, 0 53%, 100% 100%);
  left: -32px;
  background: #ff395c;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {

  /* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .event_wrapper .event_tabs .nav-item .nav-link.active::before {
    display: none !important;
  }
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.event_wrapper .event_tabs .nav-item .nav-link.active .icon {
  background: #ff395c;
}

/* line 131, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .event_thumb {
  display: block;
  overflow: hidden;
}

/* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta {
  padding: 30px;
}

/* line 140, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta .eventList_title h3 {
  font-size: 20px;
  font-weight: 400;
}

/* line 143, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta .eventList_title h3 span {
  font-size: 38px;
  font-weight: 700;
}

/* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta .eventList_title .eventtag {
  width: 69px;
  height: 40px;
  background: #ff5170;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
}

/* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta h4 {
  margin: 20px 0 15px 0;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta h4 a {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta h4 a:hover {
  color: #FF5170;
}

/* line 170, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #666666;
  margin-bottom: 20px;
}

/* line 179, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta .event_date_location li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FF5170;
}

/* line 184, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta .event_date_location li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 187, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.eventList_widget .eventList_meta .event_date_location li i {
  margin-right: 15px;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.portfolio-menu {
  grid-gap: 24px;
}

@media (max-width: 767.98px) {

  /* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .portfolio-menu {
    grid-gap: 10px;
  }
}

/* line 201, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.portfolio-menu button {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 6px;
  padding: 9px 15px;
  background: #fff;
}

@media (max-width: 767.98px) {

  /* line 201, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
  .portfolio-menu button {
    padding: 6px 14px;
    font-size: 14px;
  }
}

/* line 213, ../../../../../laragon/www/onestschool-frontend/scss/_event.scss */
.portfolio-menu button.active {
  background: #FF5170;
  color: #fff;
  border-color: #FF5170;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget {
  transition: .3s;
}

/* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .event_thumb {
  display: block;
  overflow: hidden;
}

/* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta {
  padding: 30px;
  background: #F7F7F7;
}

@media (max-width: 991.98px) {

  /* line 7, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
  .blog_page_widget .blog_page_meta {
    padding: 20px;
  }
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .newsTag {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #FF5170;
  padding: 13px 17px;
}

/* line 22, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .blog_page_title h3 {
  font-size: 20px;
  font-weight: 400;
}

/* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .blog_page_title h3 span {
  font-size: 38px;
  font-weight: 700;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta h4 {
  margin: 20px 0 15px 0;
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta h4 a {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

/* line 38, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta h4 a:hover {
  color: #FF5170;
}

/* line 43, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #666666;
  margin-bottom: 20px;
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .blog_page_bottom a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FF5170;
}

/* line 57, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .blog_page_bottom a i {
  margin-left: 12px;
}

/* line 61, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .blog_page_bottom .blog_date {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FF5170;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget .blog_page_meta .blog_page_bottom .blog_date i {
  color: #FF5170;
  margin-right: 9px;
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_news.scss */
.blog_page_widget:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 48px;
}

@media (max-width: 767.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
  .search_result_box {
    padding: 25px;
  }
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view {
  background: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_header {
  background: #392C7D;
  display: flex;
  align-items: center;
  grid-gap: 60px;
  padding: 50px 36px;
}

@media (max-width: 991.98px) {

  /* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
  .search_result_print_view_header {
    flex-wrap: wrap;
  }
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_header_content {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 991.98px) {

  /* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
  .search_result_print_view_header_content {
    padding-left: 0;
  }
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_header_content::before {
  content: '';
  position: relative;
  width: 1px;
  height: 93px;
  display: inline-flex;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}

@media (max-width: 991.98px) {

  /* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
  .search_result_print_view_header_content::before {
    display: none;
  }
}

/* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_header_content h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_header_content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #FF5170;
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_header_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #D6D6D6;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body {
  padding: 36px;
}

@media (max-width: 991.98px) {

  /* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
  .search_result_print_view_body {
    padding: 20px;
  }
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body_list {
  display: flex;
  flex-wrap: wrap;
  background: #EFEFEF;
  border-radius: 8px;
  padding: 25px;
  grid-row-gap: 12px;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body_list li {
  display: inline-flex;
  align-items: center;
  max-width: 50%;
  width: 100%;
}

@media (max-width: 991.98px) {

  /* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
  .search_result_print_view_body_list li {
    max-width: 100%;
    flex-wrap: wrap;
  }
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body_list li .list_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  max-width: 190px;
  flex-shrink: 0;
  width: 100%;
}

/* line 106, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body_list li .list_text {
  color: #1A1A21;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body_info_table h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #242424;
  text-align: center;
  margin: 35px 0 20px 0;
}

/* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.search_result_print_view_body_info_table_infoBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  margin-top: 33px;
  flex-wrap: wrap;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_table_wrapper {
  width: 100%;
}

/* line 136, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_table_wrapper thead {
  background: #E6E6E6;
}

/* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_table_wrapper thead tr th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A21;
  padding: 8px 12px;
}

/* line 150, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_table_wrapper tbody tr:nth-of-type(2n) {
  background: #EFEFEF;
}

/* line 153, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_table_wrapper tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  padding: 6px 12px;
  /* text-transform: uppercase; */
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_btn_1 {
  background: #392C7D;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 16px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 179, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_btn_1:hover {
  color: #392C7D;
  border-color: #392C7D;
  background: transparent;
}

/* line 185, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_btn_2 {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  color: #392C7D;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 16px;
  border: 1px solid #392C7D;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 199, ../../../../../laragon/www/onestschool-frontend/scss/_search_result.scss */
.print_btn_2:hover {
  color: #fff;
  border-color: #392C7D;
  background: #392C7D;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area {
  margin: 45px 0;
}

/* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo {
  display: flex;
  align-items: center;
  padding: 28px 0 28px 56px;
}

@media (max-width: 991.98px) {

  /* line 4, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo {
    flex-wrap: wrap;
    padding: 20px;
  }
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 78%;
  background: #FF5170;
  z-index: -1;
}

@media (max-width: 991.98px) {

  /* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo::before {
    width: 100%;
  }
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo_inner h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #FFFFFF;
  max-width: 555px;
}

@media (max-width: 991.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo_inner h2 {
    font-size: 30px;
    line-height: 150%;
  }
}

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

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo_inner h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo_inner .description_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 40px 0 60px 0;
  max-width: 685px;
}

@media (max-width: 991.98px) {

  /* line 56, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo_inner .academic_banner_text_bottom {
    margin-bottom: 30px;
  }
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo_inner .academic_banner_text_bottom h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}

/* line 70, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo_inner .academic_banner_text_bottom p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
}

/* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_banner_area .academic_bannerinfo_inner_img {
  max-width: 608px;
  flex-shrink: 0;
  border: 5px solid #392C7D;
}

@media (max-width: 991.98px) {

  /* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo_inner_img {
    max-width: 100%;
  }
}

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

  /* line 81, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_banner_area .academic_bannerinfo_inner_img {
    max-width: 458px;
  }
}

/* line 98, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content {
  max-width: 743px;
}

/* line 101, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 30px;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content .description_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #555555;
}

/* line 121, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content .description_text2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #FF5170;
  border-bottom: 4px solid #FF5170;
  margin: 50px 0 43px 0;
  padding-bottom: 24px;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content .description_text3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #555555;
}

/* line 145, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content .acdemic_info_lists li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #555555;
  display: flex;
  position: relative;
  padding-left: 48px;
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content .acdemic_info_lists li:not(:last-child) {
  margin-bottom: 24px;
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_content .acdemic_info_lists li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../img/academic/square.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_list h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333333;
  background: #F7F7F7;
  border-bottom: 3px solid #FF5170;
  padding: 20px 16px;
}

/* line 194, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_list ul li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333333;
  border-bottom: 1.5px solid #FF5170;
  position: relative;
  padding: 36px 0 20px 58px;
  display: flex;
}

/* line 206, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_list ul li a:hover {
  color: #FF5170;
}

/* line 210, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_list ul li a::before {
  content: "\f061";
  position: absolute;
  left: 23px;
  top: 57%;
  font-size: 14px;
  color: #FF5170;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
}

/* line 227, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo {
  background: #392C7D;
  padding: 53px 70px;
}

@media (max-width: 991.98px) {

  /* line 227, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_page_details_info_sidebox .depertmentDetails_contactInfo {
    padding: 20px;
  }
}

/* line 233, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo .depertmentDetails_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #FFFFFF;
}

/* line 243, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  flex-wrap: wrap;
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li:not(:last-child) {
  margin-bottom: 20px;
}

/* line 252, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .icon {
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .contact_info h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 991.98px) {

  /* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
  .academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .contact_info h4 {
    font-size: 14px;
  }
}

/* line 273, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .contact_info h4:not(:last-child) {
  margin-bottom: 13px;
}

/* line 281, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo .social_links {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
}

/* line 286, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo .social_links a {
  font-size: 20px;
  color: #FF5170;
  transition: .3s;
}

/* line 291, ../../../../../laragon/www/onestschool-frontend/scss/_academic.scss */
.academic_page_details_info_sidebox .depertmentDetails_contactInfo .social_links a:hover {
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info_banner {
  margin-bottom: 48px;
}

/* line 6, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_cat {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 13px 16px;
  background: #FF5170;
  display: inline-flex;
}

/* line 17, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_d_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-transform: capitalize;
  color: #333333;
}

/* line 25, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header {
  margin: 38px 0 10px 0;
}

/* line 29, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_left .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 34, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_left .thumb img {
  border-radius: 50%;
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_left .content_info h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 0;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_left .content_info h5 span {
  font-style: italic;
  color: #666666;
}

/* line 58, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_right a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
}

/* line 68, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_right a.twitter_bg {
  background: #1da1f2;
}

/* line 72, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_right a.linkedin_bg {
  background: #006699;
}

/* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_right a.facebook_bg {
  background: #2563eb;
}

/* line 80, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_right a.shair_link {
  background: #ececec;
  color: #2d3436;
}

/* line 85, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_posted_header .event_posted_header_right a:hover {
  background: #FF5170;
  color: #fff;
}

/* line 93, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_d_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #333333;
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .description_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: capitalize;
  color: #666666;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_d_title2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  text-transform: capitalize;
  color: #333333;
  margin: 40px 0 20px 0;
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_lists .event_list_single:not(:last-child) {
  margin-bottom: 20px;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_lists .event_list_single h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: capitalize;
  color: #333333;
  position: relative;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_lists .event_list_single h4::before {
  content: "";
  position: relative;
  left: 0;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333333;
  display: inline-block;
  margin: 0 5px;
}

/* line 148, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .event_lists .event_list_single p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: capitalize;
  color: #666666;
}

/* line 158, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_info .quote_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: capitalize;
  color: #333333;
  font-style: italic;
}

/* line 171, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_right_sidebar_list h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333333;
  background: #f7f7f7;
  border-bottom: 3px solid #ff5170;
  padding: 20px 16px;
}

/* line 185, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_right_sidebar_list ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333333;
  border-bottom: 1.5px solid #ff5170;
  position: relative;
  padding: 31px 0 20px 58px;
  display: flex;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_right_sidebar_list ul li a::before {
  content: "\f061";
  position: absolute;
  left: 23px;
  top: 57%;
  font-size: 14px;
  color: #FF5170;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
}

/* line 207, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.news_page_right_sidebar_list ul li a:hover {
  color: #FF5170;
}

/* line 217, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list {
  background: #f7f7f7;
  border-radius: 8px;
  display: flex;
  grid-gap: 16px;
  padding: 9px 16px;
  align-items: center;
  transition: 0.3s;
}

/* line 226, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list:not(:last-child) {
  margin-bottom: 12px;
}

/* line 230, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list .icon_thumb {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list .icon_thumb img {
  border-radius: 8px;
}

/* line 244, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list .content_text h4 {
  margin-bottom: 7px;
}

/* line 247, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list .content_text h4 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: capitalize;
  color: #333333;
}

/* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list .content_text h4 a:hover {
  color: #FF5170;
}

/* line 260, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list .content_text p {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #666666;
}

/* line 269, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.latest_news_list .single_latest_news_list:hover {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
}

/* line 276, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 348.05px;
  position: relative;
}

/* line 282, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box .video_box_inner {
  background: linear-gradient(180deg, rgba(70, 70, 70, 0) 42.64%, #3c3c3c 102.93%);
  border-radius: 10.1992px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

/* line 296, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box .video_box_inner span {
  font-weight: 400;
  font-size: 17.8486px;
  line-height: 22px;
  text-transform: capitalize;
  text-align: right;
}

/* line 304, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box .video_box_inner .video_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 63.7449px;
  color: #2d3436;
  transition: 0.3s;
}

/* line 315, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box .video_box_inner .video_icon:hover {
  background: #FF5170;
  color: #fff;
}

/* line 320, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box .video_box_inner .video_icon_btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box .video_box_inner h4 a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: capitalize;
  color: #ffffff;
}

/* line 337, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.video_box_img {
  background-image: url("../img/event/video_img.jpg");
}

/* line 343, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_lists li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #555555;
  display: flex;
  position: relative;
  padding-left: 48px;
}

/* line 355, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_lists li:not(:last-child) {
  margin-bottom: 24px;
}

/* line 359, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_lists li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../img/academic/square.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 377, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_info_details .event_tag {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #333333;
}

/* line 386, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_info_details .event_page_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #666666;
  margin: 27px 0 26px 0;
}

/* line 393, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_info_details .event_page_lists {
  max-width: 740px;
}

/* line 396, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_info_details .description_1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
}

/* line 402, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_page_info_details .description_2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #666666;
}

/* line 409, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_wrap_location_time {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 36px 48px;
}

@media (max-width: 991.98px) {

  /* line 409, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
  .event_wrap_location_time {
    padding: 25px;
  }
}

/* line 416, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_wrap_location_time h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

/* line 421, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_wrap_location_time ul {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 24px;
}

/* line 425, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_wrap_location_time ul li {
  max-width: 50%;
  flex-shrink: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  position: relative;
  padding-left: 40px;
  align-items: center;
  display: flex;
}

@media (max-width: 991.98px) {

  /* line 425, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
  .event_wrap_location_time ul li {
    max-width: 100%;
  }
}

/* line 442, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.event_wrap_location_time ul li::before {
  content: "\f017";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background: #ff5170;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

/* line 465, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 48px;
}

/* line 474, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper .guest_lists .guest_single:not(:last-child) {
  margin-bottom: 30px;
}

/* line 477, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper .guest_lists .guest_single .thumb {
  border: 0.984214px solid #d6d6d6;
  padding: 8px;
}

/* line 503, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper .guest_lists .guest_single .content_info h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333333;
  margin: 0 0 13px 0;
}

/* line 513, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper .guest_lists .guest_single .content_info h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #ff5170;
}

/* line 522, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper .guest_lists .guest_single .content_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #555555;
  margin: 9px 0 13px 0;
}

/* line 533, ../../../../../laragon/www/onestschool-frontend/scss/_event_details.scss */
.guest_lists_wrapper .guest_lists .guest_single .content_info .content_info_email .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FF5170;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 5, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .header_area .header__wrapper .header__left .logo_img {
  margin-left: 80px;
  margin-right: 0;
}

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

  /* line 5, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
  html[dir="rtl"] .header_area .header__wrapper .header__left .logo_img {
    margin-left: 20px;
  }
}

/* line 12, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .readMore_btn .btn_icon {
  transform: rotate(180deg);
}

/* line 15, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .blog_widget .blog_meta .blog_bottom .blog_readmore i {
  transform: rotate(180deg);
  position: relative;
  display: inline-block;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .slicknav_btn {
  float: left;
}

/* line 23, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .slicknav_btn {
  right: auto;
  left: 28px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .theme_mailChimp2 form {
  overflow-x: hidden;
  position: relative;
}

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

  /* line 31, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
  html[dir="rtl"] .blog_widget .blog_meta {
    padding: 20px;
  }
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] #back-top {
  left: 20px;
  right: auto;
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .about_gallery_wrapper .single_about_gallery .single_about_content {
  padding: 30px 73px 30px 0;
}

@media (max-width: 991.98px) {

  /* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
  html[dir="rtl"] .about_gallery_wrapper .single_about_gallery .single_about_content {
    padding: 30px 0;
  }
}

/* line 46, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .about_gallery_wrapper .single_about_gallery:not(:nth-child(2n + 1)) .single_about_content {
  padding: 30px 0;
}

/* line 49, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .academic_banner_area .academic_bannerinfo::before {
  right: 0;
  left: auto;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .academic_banner_area .academic_bannerinfo {
  padding: 28px 56px 28px 0;
}

@media (max-width: 991.98px) {

  /* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
  html[dir="rtl"] .academic_banner_area .academic_bannerinfo {
    padding: 20px;
  }
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .academic_page_details_info_sidebox .depertmentDetails_list ul li a::before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 23px;
}

/* line 64, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .academic_page_details_info_sidebox .depertmentDetails_list ul li a {
  padding: 36px 58px 20px 0;
}

/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
  margin-right: 0;
  margin-left: 20px;
}

/* line 71, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .event_wrap_location_time ul li::before {
  left: auto;
  right: 0;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .event_wrap_location_time ul li {
  padding-right: 40px;
  padding-left: 0;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .event_page_lists li::before {
  left: auto;
  right: 0;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .event_page_lists li {
  padding-right: 48px;
  padding-left: 0;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .eventList_widget .eventList_meta .event_date_location li i {
  margin-right: 0;
  margin-left: 15px;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .theme_pagination a.next_pagination i {
  transform: rotate(180deg);
}

/* line 94, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .news_page_right_sidebar_list ul li a {
  padding: 31px 58px 20px 0;
}

/* line 97, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .news_page_right_sidebar_list ul li a::before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 23px;
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .blog_page_widget .blog_page_meta .blog_page_bottom a i {
  margin-left: 0;
  transform: rotate(180deg);
  margin-right: 12px;
}

/* line 107, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .blog_page_widget .blog_page_meta .blog_page_bottom .blog_date i {
  margin-right: 0;
  margin-left: 9px;
}

/* line 111, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .nice-select .nice-select-search-box::after {
  left: auto;
  right: 50px;
}

/* line 115, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .nice-select .nice-select-search-box input {
  border: 0 !important;
  padding-right: 48px;
}

/* line 119, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .search_result_print_view_header_content::before {
  left: auto;
  right: 0;
}

/* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .search_result_print_view_header_content {
  padding-right: 50px;
  padding-left: 0;
}

@media (max-width: 991.98px) {

  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
  html[dir="rtl"] .search_result_print_view_header_content {
    padding-right: 0;
  }
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .nice-select .option {
  text-align: right;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .header_area .contact_wrap .contact_btn {
  margin-left: 0;
  margin-right: 48px;
}

/* line 137, ../../../../../laragon/www/onestschool-frontend/scss/_rtl.scss */
html[dir="rtl"] .event_wrapper .event_tabs .nav-item .nav-link.active::before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: -32px;
}

html[dir="rtl"] a.arrow_btns i {
  transform: rotate(180deg);
}

.event_wrapper .event_tabs li {
  width: 100%;
}

.event_wrapper_img img {
  height: 100%;
  width: 100%;
  max-height: 504px;
  object-fit: cover;
  object-position: center center;
}

.theme_dropdown .btn {
  color: #392C7D;
  border: 0;
  box-shadow: none;
}

/* theme_select */
.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;
}

.theme_select.select_transparent {
  background: transparent !important;
}

.theme_select::after {
  right: 25px;
  top: 13px;
  color: #2D3436;
  font-size: 12px;
}

.theme_select .current {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  line-height: 50px;
}

.theme_select .list {
  width: 100%;
}

.theme_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

.theme_select:focus,
.theme_select.open {
  border-color: #392C7D !important;
}

.ot-input {
  height: 50px;
  line-height: 50px;
  background: #F8F8F8;
  border: 1px solid #EAEAEA !important;
  border-radius: 8px;
  padding: 10px 18px;
}

/* DARK_THEME  */
.dark-theme {
  background: #14151B;
}

.dark-theme p,
.dark-theme .statement_info .statement_lists p,
.dark-theme .explorer_tab_content .explorer_tab_description {
  color: #ADADAD;
}

.dark-theme .section__title p {
  color: #ADADAD;
}

.dark-theme .section__title.white_text p {
  color: #F0F0F0;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5 {
  color: #FFFFFF !important;
}

.dark-theme .theme_dropdown .btn {
  color: #F0F0F0;
}

.dark-theme .gray_bg {
  background: #1F2025;
}

.dark-theme .facilites_area {
  background: #27282E;
}

.dark-theme .header_area .header_topbar_area {
  background: #392C7D;
}

.dark-theme .header_area {
  background: #14151B;
}

.dark-theme .header_area .main_menu ul li a {
  color: #F0F0F0;
}

.dark-theme .statement_info {
  background: #1F2025;
}

.dark-theme .serevice_box {
  background: #14151B;
}

.dark-theme .services_area::before {
  background: #1F2025;
  opacity: .95;
}

.dark-theme .teaching_grid .teaching_single {
  background: #14151B;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.dark-theme .teaching_grid .teaching_single p {
  color: #ADADAD;
}

.dark-theme .teaching_grid .teaching_single:hover {
  background: #FF5170;
}

.dark-theme .teaching_grid .teaching_single:hover p {
  color: #fff;
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link .icon {
  background: #16171B;
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link.active .icon {
  background: #ff395c;
}

.dark-theme footer.home_three_footer {
  background: #1F2025;
}

.dark-theme .portfolio-menu button {
  color: #666;
  border: 1px solid #333;
  background: transparent;
}

.dark-theme .portfolio-menu button.active {
  background: #FF5170;
  color: #fff;
  border-color: #FF5170;
}

.dark-theme .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p,
.dark-theme .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
  color: #F0F0F0;
}

.dark-theme .event_wrapper .event_tabs .nav-item:nth-child(even) .nav-link,
.dark-theme .event_wrapper .event_tabs .nav-item .nav-link {
  background: #1F2025;
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link .event_content p,
.dark-theme .blog_page_widget .blog_page_meta p {
  color: #ADADAD;
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link .event_content span {
  color: #fff;
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link.active {
  background: #2F3037;
}

.dark-theme .blog_page_widget .blog_page_meta {
  background: #1F2025;
}

.dark-theme .eventList_widget .eventList_meta {
  background: #1F2025;
}

.dark-theme .eventList_widget .eventList_meta p {
  color: #ADADAD;
}

.dark-theme .eventList_widget .eventList_meta h4 a {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

.dark-theme .search_result_box {
  background: #1F2025;
}

.dark-theme .primary_label2 {
  color: #F0F0F0;
}

.dark-theme .ot-input::placeholder {
  color: #D0D0D0;
}

.dark-theme .ot-input {
  border: 1px solid #D0D0D0 !important;
  background: transparent;
  color: #fff;
}

.dark-theme .theme_select {
  background: transparent;
  border: 1px solid #D0D0D0 !important;
  border-radius: 8px;
}

.dark-theme .nice-select::after {
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}

.dark-theme .nice-select .list {
  background-color: #27282E;
}

.dark-theme .nice-select .nice-select-search-box {
  background: #27282E;
}

.dark-theme .nice-select .nice-select-search-box {
  border: 1px solid #27282E;
}

.dark-theme .nice-select.theme_select .nice-select-search-box input {
  border: 1px solid #333 !important;
  background: transparent;
  color: #fff;
}

.dark-theme .nice-select.theme_select .nice-select-search-box input::placeholder {
  color: #D0D0D0;
}

.dark-theme .nice-select ul.list li.option.focus,
.dark-theme .nice-select ul.list li.option:hover,
.dark-theme .nice-select ul.list li.option.selected.focus {
  color: #FF5170;
  background: rgb(255 255 255 / 10%);
}

.dark-theme .nice-select .nice-select-search-box::before {
  background: #27282E;
  border-bottom: 1px solid #27282E;
  border-right: 1px solid #27282E;
}

.dark-theme .contact_department_box {
  background: #1F2025;
}

.dark-theme .header_area .main_menu ul li a:hover,
.header_area .main_menu ul li a.active {
  color: #FF5170 !important;
}

.dark-theme .find_content_widget_wrapper .find_content_widget {
  background: #1F2025;
  z-index: 0;
}

.dark-theme .find_content_widget_wrapper .find_content_widget p {
  color: #ADADAD;
}

.dark-theme .explorer_tabs .nav-item {
  color: #ADADAD;
}

.theme_dropdown .btn svg path {
  fill: #FF5170 !important;
}

.dark-theme .theme_dropdown .btn svg path {
  fill: #fff !important;
}

.dark-theme .slicknav_menu .slicknav_icon-bar {
  background-color: #ff4357 !important;
}

.logo_img img {
  max-width: 160px;
}

.light_logo {
  display: none;
}

.dark-theme .logo_img .dark_logo {
  display: none !important;
}

.dark-theme .logo_img .light_logo {
  display: inline-block !important;
}

.dark-theme .search_result_print_view {
  background: #27282E !important;
}

.dark-theme .print_table_wrapper tbody tr:nth-of-type(2n) {
  background: rgba(239, 239, 239, .1);
}

.dark-theme .print_table_wrapper thead {
  background: rgba(239, 239, 239, .1);
}

.dark-theme .print_table_wrapper thead tr th {
  color: #fff;
}

.dark-theme .search_result_print_view_body_list {
  background: rgba(239, 239, 239, .1);
}

.dark-theme .search_result_print_view_body_list li .list_title {
  color: #fff;
}

.dark-theme .search_result_print_view_body_list li .list_text {
  color: #F0F0F0;
}

.dark-theme .nice-select ul.list li.option {
  color: #fff;
}

.dark-theme .nice-select .list {
  border: 0 !important;
}

.header__right .theme_btn.small_btn3 {
  padding: 11px 13px;
}

.nice-select.nice_Select {
  height: 40px;
  line-height: 40px;
  padding: 0 35px 0 16px;
}

.nice-select.nice_Select .nice-select-search-box {
  display: none;
}

.nice-select.nice_Select ul.list {
  margin-top: 2px;
}

.nice-select.nice_Select::after {
  height: 8px;
  margin-top: -5px;
  width: 8px;
  right: 16px;
}

.dark-theme .nice_Select {
  background: transparent;
  border: 1px solid #D0D0D0 !important;
  border-radius: 8px;
}

.dark-theme .nice_Select .current {
  color: #D0D0D0;
}

.dark-theme  .find_content_widget_wrapper .find_content_widget .icon::before {
  background: rgba(255, 81 ,112,.1);
  z-index: -1;
}
.dark-theme  div:where(.swal2-container) div:where(.swal2-popup) {
  background: #1F2025;
  color: #545454;
}
.dark-theme div:where(.swal2-container) .swal2-html-container {
  color: rgba(255, 255 ,255 , .7);
}
.dark-theme  .contact_department_box .icon{
  z-index: 1;
}
.dark-theme  .contact_department_box .icon::before {
  background:rgba(255, 81 ,112 , .2);
  z-index: -1;
}
.dark-theme  .event_wrap_location_time ,
.dark-theme  .latest_news_list .single_latest_news_list{
  background: #1F2025;
}
.dark-theme  .event_wrap_location_time ul li {
  color: #F0F0F0;
}
.dark-theme  .latest_news_list .single_latest_news_list .content_text h4 a {
  color: #fff;
}
.dark-theme  .latest_news_list .single_latest_news_list .content_text p {
  color: #F0F0F0;
}
.dark-theme  .latest_news_list .single_latest_news_list .content_text h4 a:hover {
  color: #FF5170;
}
.dark-theme .event_page_info_details .event_tag {
  color: #fff;
}
.nice-select ul.list {
  max-width: 100%;
}
.header_area  .nice-select ul.list {
  max-width: 200px;
}
.find_content_widget_wrapper .find_content_widget .icon {
  max-width: 65px;
  max-height: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.find_content_widget_wrapper .find_content_widget .icon img{
  max-width: 100%;
}
/* .news_page_info_banner img{
  object-fit: cover;
  width: 100%;
  object-position: center center;
} */
/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
