@font-face {
  font-family: BuenosAiresBold;
  src: url(/public/assets/fonts/BuenosAires-Bold.woff);
}

@font-face {
  font-family: BuenosAiresRegular;
  src: url(/public/assets/fonts/BuenosAires-Regular.woff);
}

@font-face {
  font-family: BuenosAiresThin;
  src: url(/public/assets/fonts/BuenosAires-Book.woff);
}

@font-face {
  font-family: BuenosAiresSemiBold;
  src: url(/public/assets/fonts/BuenosAires-SemiBold.woff);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong,
  b {
    font-family: BuenosAiresBold !important;
    font-weight: 500 !important;
  }

  .accordian-bg-faq .accordion-item .accordion-button:not(.collapsed),
  .accordian-bg-faq .accordion-item .accordion-button {
    font-family: 'BuenosAiresregular';
    font-weight: 500;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: BuenosAiresThin;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: BuenosAiresBold;
  font-weight: 700;
}

p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  font-family: BuenosAiresThin;
  font-size: 14px;
  color: #6c6a6a;
}

body a {
  font-family: BuenosAiresThin;
  font-size: 15px;
  text-decoration: none;
  color: #6c6a6a;
}

body a:hover {
  text-decoration: none;
  color: initial;
}

.rubicon-btn:hover,
.primary-bg.small-rubicon-btn {
  color: #fff;
}

.rubicon-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  background: #fd6727;
  border-radius: 30px;
  padding: 12px 21px;
  border: 0;
  font-family: "BuenosAiresThin";
  position: relative;
}

a.navbar-brand img {
  width: 257px;
  -o-object-fit: contain;
  object-fit: contain;
}

.primary-text {
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #fd6727;
}

.small-rubicon-btn {
  border-radius: 39px;
  padding: 12px 32px;
  font-family: "BuenosAiresThin";
  text-decoration: none;
}

.primary-bg,
.primary-bg:hover a {
  background: #fd6727;
  color: #fff;
}

.white-bg,
.white-bg:hover a {
  background: #fff;
  color: #fd6727;
}

header {
  padding: 0 25px;
  position: relative;
  top: 0;
  background: #fff8ee;
  transition: all 0.3s ease 0;
}

li.nav-item a:hover {
  color: #fd6727;
}

li.nav-item a {
  padding-right: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #161d27;
  font-family: "BuenosAiresThin";
  text-decoration: none;
  transition: all 0.3s;
}

a.login {
  margin-right: 24px;
  margin-left: 12px;
}

a.help-icon img {
  width: 18px;
  height: 18px;
}

a.help-icon {
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  line-height: 34px;
  margin: 0;
}

a.login {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
}

header {
  width: 100%;
}

header.active {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff6eb;
  z-index: 99;
}

.top-footer {
  background-color: #0b1625;
  color: #fff;
}

.bottom-footer {
  background-color: #161d27;
  color: #fff;
}

.top-footer {
  padding-top: 40px;
  padding-bottom: 35px;
}

.bottom-footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-row div h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  align-items: center;
  color: #fff;
}

.footer-row p {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #fff;
}

.app-box img {
  max-width: 151px;
}

.app-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.social-link ul li {
  margin-right: 12px;
}

.social-link ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.social-link ul img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

select.form-select {
  font-weight: 350;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #e8e6e6;
  border-radius: 50px;
  background-color: #0b1625;
  font-family: "BuenosAiresThin";
  padding: 8px 18px;
  height: auto;
}

.item-language {
  max-width: 340px !important;
  margin-left: auto;
}

.bottom-footer h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #fff;
}

.footer-bottom-row ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s;
}

.footer-bottom-row ul li a:hover {
  color: #fd6727;
}

.footer-bottom-row ul {
  list-style: none;
  padding-left: 0;
  color: #fff;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
}

.copyright {
  font-size: 14px;
  line-height: 17px;
  font-family: "BuenosAiresThin";
  padding: 10px;
}

.top-sec-cover {
  padding-top: 95px;
  background: linear-gradient(179.98deg,
      #fff6eb 0.02%,
      rgba(253, 255, 238, 0.12) 65.97%,
      rgba(253, 255, 238, 0.25) 80.74%);
}

.tag-line h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  color: #161d27;
}

.tag-line p {
  font-family: "BuenosAiresSemiBold";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #161d27;
}

.tag-line .underline {
  position: relative;
}

.tag-line .underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.45em;
  left: 0;
  width: 100%;
  z-index: 1;
  background-image: url(/public/assets/images/ul1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  bottom: -2px;
  height: 18px;
  left: 21px;
}

.searchbox input.form-control {
  height: 56px;
  background: #fff;
  border: 2px solid #ebebeb;
  box-shadow: 0 0 27.5849px rgba(0, 0, 0, 0.03);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #6c6a6a;
  font-family: "BuenosAiresRegular";
  padding-left: 74px;
}

.searchbox input[type="submit"] {
  background: #fd6727;
  border: 0;
  width: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "BuenosAiresBold";
  border-radius: 0 100px 100px 0;
  height: auto;
}

body .banner-section .searchbox form input.form-control {
  border-radius: 100px 0 0 100px !important;
}

body .banner-section .searchbox form img {
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  z-index: 9;
  top: 17px;
  left: 40px;
}

body .banner-section .searchbox form div {
  position: relative;
}

.popular-key-word strong {
  padding-right: 5px;
}

.popular-key-word span {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #fd6727;
}

.popular-key-word {
  font-size: 14px;
  line-height: 20px;
}

.banner-row .item-pic img {
  height: 550px;
  -o-object-fit: contain;
  object-fit: contain;
}

.item-pic {
  text-align: center;
}

.language-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #161d27;
}

.language-items .item img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.language-items .item h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #161d27;
  padding-top: 8px;
}

.language-row {
  padding-top: 130px;
  padding-bottom: 130px;
}

.single-testimonials {
  background: #fff;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
}

.testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-testimonials-box {
  width: 100%;
  padding: 20px 32px;
  position: relative;
}

.single-testimonials-box img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 70px;
  position: absolute;
  top: -36px;
  left: 28px;
  border-radius: 100%;
}

.testimonial-title h4,
.how-title h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fd6727;
}

.testimonial-title h1,
.how-title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: #161d27;
  position: relative;
}

.how-title span {
  position: relative;
}

.how-title span:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -10;
  background-image: url(/public/assets/images/underlinev2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  bottom: -20px;
  height: 30px;
  left: 0;
}

.how-title span:after {
  background-image: url(/public/assets/images/underlinev3.svg);
}

span.underline-1 {
  position: relative;
}

span.underline-1:after {
  content: "";
  position: absolute;
  width: 100%;
  /* z-index: -10; */
  background-image: url(/public/assets/images/under-line-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  bottom: -31px;
  height: 30px;
  left: 0;
  background-size: 100%;
}

.how-title {
  margin-bottom: 75px;
}

.testimonial-title {
  padding-bottom: 65px;
}

.single-testimonials {
  margin-left: -14px;
  max-width: 324px;
  width: 100%;
}

.testimonial-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.single-testimonials-box {
  text-align: center;
}

.name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #161d27;
  padding-top: 20px;
  font-family: "BuenosAiresThin";
}

h6.teacher-of {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #161d27;
  margin-bottom: 0;
}

.years {
  font-size: 13px;
  line-height: 19px;
  color: #6c6a6a;
  font-family: "BuenosAiresRegular";
}

.lessons span {
  color: #fd6727;
}

.lessons {
  font-size: 13px;
  line-height: 19px;
  color: #6c6a6a;
  font-family: "BuenosAiresThin";
  padding: 3px 0;
}

.ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.ratings {
  color: #ffa704;
  font-size: 13px;
  padding: 3px 0;
}

.pricing {
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #878787;
  font-family: "BuenosAiresThin";
  margin-top: 6px;
}

.pricing b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #161d27;
}

section.testimonial-container {
  padding-bottom: 130px;
}

.how-1 .item-pic {
  background: #ffeef1;
  border-radius: 30px;
}

.how-2 .item-pic {
  background: #fff4ee;
  border-radius: 30px;
}

.how-3 .item-pic {
  background: #eef3ff;
  border-radius: 30px;
}

.how-content .item-content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: #161d27;
  margin-top: 15px;
}

.how-content .item-content .number {
  background: #161d27;
  width: 30px;
  height: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "BuenosAiresBold";
  border-radius: 100%;
}

.how-content a.rubicon-btn {
  display: inline-block;
  margin-top: 10px;
}

.how-content a.rubicon-btn i {
  padding-left: 6px;
  vertical-align: text-bottom;
}

.how-content .row {
  justify-content: center;
  margin-bottom: 65px;
}

.how-content .container {
  max-width: 940px;
}

.how-inner .item-pic img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 371px;
}

.how-content .item-content {
  margin-left: 50px;
  max-width: 520px !important;
}

.row.how-2 .item-content {
  margin-left: 0;
  margin-right: 50px;
}

.how-inner .item-pic {
  max-width: 500px;
  height: 427px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-content {
  margin-bottom: 120px;
}

.teachers-inner .item-heading h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #161d27;
  margin-top: 4px;
}

.heading {
  padding-top: 12px;
}

.location {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #6c6a6a;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.location i {
  font-family: "FontAwesome";
  color: #fd6727;
  margin-right: 8px;
}

.item-review {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  font-family: "BuenosAiresSemiBold";
}

.heading span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fd6727;
}

.teachers-row .item {
  margin-bottom: 30px;
}

.teachers-row .item img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

section.customer-review {
  background: #161d27;
  margin-top: 105px;
  color: #fff;
}

section.customer-review img {
  width: 100%;
}

section.customer-review {
  padding-top: 75px;
  padding-bottom: 70px;
}

.customer-review .item-content .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-family: "BuenosAiresThin";
}

section.customer-review span:before {
  content: "";
  height: 26px;
  background-color: #fd6727;
  width: 2px;
  position: absolute;
  left: 0;
}

section.customer-review span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: "BuenosAiresRegular";
  position: relative;
  top: 9px;
  padding-left: 14px;
}

.blog-inner .item a {
  width: 100%;
}

.blog-inner .item img {
  max-width: 100%;
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
}

.blog-inner .item {
  position: relative;
  max-height: 390px;
  overflow: hidden;
}

.blog-inner .item:after {
  content: "";
  background: linear-gradient(0deg, #161d27 16.87%, rgba(22, 29, 39, 0) 100%);
  position: absolute;
  bottom: 0;
  width: calc(100% - 24px);
  height: 233px;
  left: 0;
  right: 0;
  margin: 0;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}

.blog-inner {
  width: 84%;
  margin: 0 auto;
  margin-bottom: 90px;
}

.btn-read {
  text-align: center;
  margin-top: 100px;
}

.blog-inner .item {
  position: relative;
}

.over-caption {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  color: #fff;
  left: 40px;
}

.over-caption h3,
.over-caption h3 a {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  display: flex;
  align-items: center;
  width: 96%;
  color: #fff;
}

.date ul li {
  margin-right: 13px;
}

.date ul li i {
  color: #fd6727;
  margin-right: 8px;
}

.date ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "BuenosAiresThin";
}

.over-caption .button {
  margin-bottom: 20px;
}

.date ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.blog-page .date ul {
  margin-top: 20px;
}

.news-letter-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #E8E6E6;

}

.news-letter-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 59px;
  text-transform: capitalize;
  color: #fff;
}

.newsletter-container.container {
  max-width: 1000px;
  background: #161d27;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding: 72px 145px;
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}

.form-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-box .item input {
  width: 462px;
  height: 56px;
  background: #fff;
  border-radius: 50px;
  max-width: 462px;
  height: 56px;
  background: #fff;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #000;
  padding-left: 39px;
  font-family: "BuenosAiresRegular";
}

.form-box {
  margin-top: 31px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.form-box .item button {
  background: #fd6727;
  border-radius: 50px;
  border: 0;
  height: 56px;
  width: 200px;
  color: #fff;
  font-size: 18px;
  font-family: "BuenosAiresRegular";
}

.special-box:after {
  content: "";
  background: linear-gradient(90deg, #161d27 50.54%, rgba(22, 29, 39, 0) 100%);
  position: absolute;
  left: 0;
  height: 100%;
  width: 70%;
  border-bottom-left-radius: 100px;
  top: 0;
}

.special-box .caption {
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #fff;
  display: flex;
  align-items: center;
  left: 113px;
  transform: translate(0%, -50%);
}

.special-box {
  position: relative;
  width: 1200px;
  height: 490px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
}

.reviewbox_inner {
  background-image: url(/public/assets/images/Rectangle.png);
  width: 120px;
  height: 90px;
  background-size: cover;
  color: #000;
  position: absolute;
  bottom: 50px;
  z-index: 9;
  right: 200px;
  padding: 10px;
}

.reviewbox h6 {
  font-size: 13px;
  margin: 0;
  line-height: initial;
}

.reviewbox span {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviewbox .reviw-point {
  display: flex;
  font-size: 8px;
  color: #828282;
  gap: 5px;
  align-items: center;
  display: flex;
  font-size: 9px;
  color: #828282;
  gap: 5px;
  align-items: center;
  font-weight: 600;
}

.special-box {
  background-image: url(/public/assets/images/special.png);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 84%;
}

.special-box .item-caption h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
}

.special-box .item-caption .button {
  margin-top: 30px;
}

.special-box .item-caption {
  max-width: 635px;
}

.swiper-slide div:after {
  content: "";
  background: linear-gradient(358.6deg,
      #161d27 11.48%,
      rgba(22, 29, 39, 0) 94.52%);
  position: absolute;
  bottom: 0;
  height: 70%;
  width: 100%;
}

.swiper-slide div {
  position: relative;
}

.slider1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #161d27 0%, rgba(22, 29, 39, 0.85) 100%);
  box-shadow: inset 0 -46px 4px rgba(0, 0, 0, 0.25);
}

.slider1 .ovarlay a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  text-align: center;
  margin: 0 auto;
  display: block;
  bottom: 10px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

section.slider-sec {
  background-color: #151c26;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
  background: #62667f;
}

.swiper-slide--two span {
  background: #087ac4;
}

.swiper-slide--three span {
  background: #b45205;
}

.swiper-slide--four span {
  background: #087ac4;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.bwtween-title {
  margin-top: 55px;
  margin-bottom: -15px;
}

.bwtween-title .how-title h1 {
  color: #fff;
}

.bwtween-title h1 span:after {
  z-index: 9;
}

.slider2 .swiper-slide,
.slider2 .swiper-slide img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

section.teachers-container {
  margin-top: 80px;
}

.slider2 .ovarlay {
  position: absolute;
  z-index: 9;
  bottom: 6px;
  right: 0;
  left: 0;
  text-align: center;
}

.slider2 .swiper-slide div:after {
  display: none;
}

.slider2 .ovarlay a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.slider2 .swiper-slide {
  position: relative;
}

.slider2 .swiper-slide:after {
  background: linear-gradient(358.6deg,
      #161d27 11.48%,
      rgba(22, 29, 39, 0) 94.52%);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55%;
}

.app-box {
  margin: 19px 0 0;
}

.social-link {
  margin: 21px 0 0;
}

.viewBtn {
  position: absolute;
  right: 0;
  bottom: 13px;
}

.how-title {
  position: relative;
}

.viewAllbtn {
  color: #000;
  font-size: 20px;
  position: relative;
  padding: 0 21px 0 0;
  font-family: "BuenosAiresRegular";
  text-decoration: underline;
  text-underline-offset: 3px;
}

.viewAllbtn:hover {
  text-decoration: underline;
}

.viewAllbtn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 12px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/public/assets/images/view-arrow.png) no-repeat;
}

.upcoming {
  margin: 100px 0 0;
}

.cardSlider_img img {
  border-radius: 30px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(/public/assets/images/hamburger.svg) !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-close {
  opacity: unset;
}

.offcanvas-header .btn-close {
  margin-right: -60px;
}

.offcanvas-backdrop.show {
  opacity: 0.9;
}

.offcanvas-backdrop {
  background-color: #161d27;
}

.offcanvas-start {
  width: 300px;
}

.offcanvas {
  background-color: #fff4ee;
}

.setNav {
  align-items: center;
}

.btncounter {
  max-width: 158px;
  width: 100%;
}

.btncounter a {
  display: block;
  padding: 15px 0;
  text-align: center;
}

.btncounter a:hover {
  padding: 15px 0;
}

.btncounter a i {
  padding-left: 5px;
}

.set_slides {
  width: 100%;
}

.upcomingOuter {
  padding-left: 150px;
}

.sticky_tiger {
  position: -webkit-sticky;
  position: sticky;
  transition: all 0.3s ease 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.sticky_tiger a.navbar-brand img {
  width: 200px;
  transition: all 0.3s ease 0;
}

.sticky_tiger .small-rubicon-btn,
.sticky_tiger .small-rubicon-btn:hover {
  padding: 10px 37px;
  transition: all 0.3s ease 0;
}

.sticky_tiger a.help-icon {
  width: 45px;
  height: 46px;
}

a.navbar-brand img {
  transition: all 0.3s ease 0;
}

.action-btns {
  display: flex;
  align-items: center;
}

.form-select {
  background-image: url(/public/assets/images/bottom-arrow.svg);
}

.form-select:focus {
  border-color: #b45205;
  outline: 0;
  box-shadow: none;
}

.offcanvas-backdrop.fade.show {
  display: none;
}

.set_slides img {
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.cardSlider_img img {
  min-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 360px;
  width: 100%;
}

.flagImg img {
  width: 20px !important;
  height: 20px;
}

.flagImg {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.title_flag h3 {
  font-size: 25px;
}

.title_flag {
  max-width: 472px;
}

.card_innerLayer {
  margin-top: 20px;
  padding: 7px 0 14px;
}

.cardSlider_img img {
  width: 100%;
}

.mdate {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}

.iconDate svg {
  display: block;
}

.mdateInner p {
  font-size: 14px;
  color: #161d27;
  font-family: "BuenosAiresSemiBold";
}

.timeDate {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 15px 0;
}

.priceInner {
  color: #fd6727;
}

.priceInner h3 {
  font-size: 26px;
}

.CardFlag {
  margin: 0 0 5px;
}

.bookipic img {
  width: 70px !important;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.starblock svg {
  display: block;
  height: 20px;
}

.starItem p {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

.star_five {
  font-weight: 600;
  font-size: 20px;
  color: #fd6727;
}

.picName h3 {
  font-size: 21px;
  margin: 0;
}

.BookingBlockInner {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.seccounter {
  font-family: "BuenosAiresRegular";
}

.bookingBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 0;
}

.owlItemInner {
  max-width: 480px;
  width: 100%;
}

.owlSlider .owl-dot.active {
  max-width: 90px;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #161d27 !important;
}

.owlSlider .owl-dot {
  background: #e8e8e8 !important;
  max-width: 90px;
  width: 100%;
  height: 5px;
  border-radius: 5px;
}

.owlSlider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.item.owlSlider_item {
  display: flex;
  justify-content: center;
}

.swiper-slide {
  width: auto;
  height: auto;
}

.owlSliderIteam {
  padding: 0 0 5px;
}

.owlSliderIteam .owl-dots {
  display: none;
}

.owlSliderIteam1 .owl-dots {
  display: none;
}

.page-header-inner h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 49px;
  text-align: center;
  text-transform: capitalize;
  color: #161d27;
}

.page-header-inner p {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #161d27;
}

.page-header-container {
  background: #fff4ee;
  border-radius: 10px;
  padding-top: 34px;
  padding-bottom: 20px;
}

.white-bg-header header {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.yt-video {
  position: relative;
}

.yt-video iframe {
  border-radius: 10px;
}

.time-head {
  position: absolute;
  top: 85px;
  left: 12px;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #161d27;
}

.custom-calender {
  position: relative;
}

.video-bottom-title {
  display: flex;
}

.videotitle {
  background: #fff;
  border-radius: 50px;
  padding: 0 15px 0px 15px;
  border: 1px solid #fd6727;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  height: 45px;
}

.videotitle a {
  color: #fd6727;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Calender start  */

.fc-event {
  background: red;
  border-color: red;
}

.top-table-title h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #161d27;
}

.fc-col-header-cell {
  height: 50px;
  padding-top: 10px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fd6727;
}

.fc-col-header-cell .fc-col-header-cell-cushion {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fd6727;
}

.fc-col-header-cell {
  height: 50px;
  padding-top: 10px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fd6727;
}

.fc-col-header-cell .fc-col-header-cell-cushion {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fd6727;
}

.fc-timegrid-slots tr {
  height: 50px;
}

.fc-timegrid-slots td.fc-timegrid-slot {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #161d27;
}

th.fc-timegrid-axis {
  max-width: 180px !important;
  width: 100%;
}

/*
.fc-toolbar-chunk {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
  flex-direction: column;
  margin-bottom: 0;
  padding: 15px;
}
*/

.fc-button-group {
  position: relative;
  /*right: -24%;*/
}

.fc-button-group .fc-button,
.fc-today-button,
button.fc-today-button.fc-button.fc-button-primary {
  background: none;
  color: #747474;
  border: none;
  cursor: pointer;
}

.fc-button-group .fc-button:hover,
.fc-today-button:hover {
  background: none;
  color: #747474;
}

.fc-button-group .fc-button:active,
.fc-today-button:active {
  background: none;
  color: #747474;
  border: none;
}

.fc-button-group .fc-button:active,
.fc-button-group .fc-button:focus {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #747474;
}

.fc-scrollgrid-section-header .fc-scroller-harness .fc-scroller {
  overflow: hidden !important;
}

.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cal-available {
  display: flex;
  align-items: center;
  justify-content: end;
}

.cal-available label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #161d27;
  display: flex;
  align-items: center;
}

label.availble-label {
  margin-right: 16px;
}

input.available-bg,
input.booked-bg {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.cal-heading h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  color: #161d27;
}

.cal-heading h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #161d27;
}

div#calendar {
  border: 1px solid #e8e6e6;
  position: relative;
}

input.available-bg[type="radio"] {
  accent-color: #138b00;
}

input.booked-bg[type="radio"] {
  accent-color: #cd0101;
}

.custom-popd .modal-dialog {
  max-width: 75%;
  width: 100%;
  height: 65vh;
}

.custom-popd .modal-dialog .modal-content {
  height: 87vh;
  overflow-y: auto;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.custom-popd .modal-dialog div#calendar {
  height: 100%;
}

.custom-popd .cal-header {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  align-items: end;
}

.custom-popd .cal-heading h3 {
  font-weight: 700;
  font-size: 21.5964px;
  line-height: 30px;
  color: #161d27;
}

.custom-popd .cal-heading h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 17.997px;
  line-height: 25px;
  color: #161d27;
}

.custom-popd .cal-heading {
  max-width: 46%;
  width: 100%;
}

.custom-popd .cal-header .cal-available {
  padding-bottom: 10px;
  width: 100%;
}

.custom-popd .modal-header .btn-close {
  top: -40px;
  position: relative;
}

.custom-popd .cal-header .cal-available label {
  font-style: normal;
  font-weight: 400;
  font-size: 14.6897px;
  line-height: 21px;
  text-transform: uppercase;
  color: #161d27;
}

.custom-popd div#calendar {
  border: none;
}

.custom-popd a.fc-col-header-cell-cushion {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fd6727;
}

/*.custom-popd .note--secondary{
  display: none;
}
*/
#calendar-container {
  padding: 1rem 1rem;
}

/* ---------------------------------- About us ---------------  */

.top-subheader {
  background-image: url(/public/assets/images/blog-subheader.png);
  width: 100%;
  min-height: 400px;
  background-size: cover;
  display: flex;
  background-repeat: no-repeat;
  background-position: bottom;
}

.about-subheader {
  background-image: url(/public/assets/images/about-subheader.png);
}

.top-subheader h2,
.top-subheader p {
  text-align: center;
  color: #FFFFFF;
}

.top-subheader h2 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.top-subheader .ask-container-top-forum h2,
.top-subheader .ask-container-top-forum p {
  text-align: center;
  color: #161d27;
}
.top-subheader .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #161d27;
}

.about-us-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 27px;
  color: #6c6a6a;
}

.row.about-bg {
  margin: 80px 0;
  align-items: center;
}

.core-value {
  background: #161d27;
  padding-top: 60px;
  padding-bottom: 100px;
}

.row.about-bg {
  margin: 80px 0;
  align-items: center;
}

.core-value-top-heading {
  text-align: center;
}

/* .core-value-top-heading h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fd6727;
} */

.core-value-top-heading h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}

.count-about {
  border: 1px solid #e8e6e6;
  border-radius: 20px;
  padding: 40px;
  width: 31%;
}

.row.count-bg-about {
  margin-top: 100px;
  justify-content: space-between;
  padding: 0 20px;
}

.count-about h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  text-transform: capitalize;
  color: #fd6727;
}

.count-about h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.count-about p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}

.name-designation p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.mission-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.top-small-head {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 56px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fd6727;
}

.mission-container {
  padding-top: 180px;
  padding-bottom: 120px;
}

.top-small-head {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 56px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fd6727;
}

.mission-section-left h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #161d27;
}

.mission-section-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #161d27;
  margin-bottom: 15px;
}

.mission-section-left button {
  background: #fd6727;
  border: 1px solid #ffffff;
  border-radius: 30px;
  height: 45px;
  padding: 5px 23px;
  color: #fff;
}

.mission-section-left button i {
  margin-right: 10px;
}

.mission-section-left {
  padding: 10px 60px;
}

.ourmission-bg {
  padding: 40px 20px;
  background: #eef3ff;
  border-radius: 21px;
  text-align: center;
}

.ourmission-bg h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.ourmission-bg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.readmore {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fd6727;
  background: none;
  border: none;
}

.mission-section-inner {
  margin-top: -60px;
}

.mission-row {
  align-items: center;
}

.underline1 {
  position: relative;
}

.underline1:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -10;
  background-image: url(/public/assets/images/underlinev2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  bottom: -20px;
  height: 30px;
  left: 0;
}

.expert-team-bg {
  background: #fff4ee;
}

.expert-team-bg h6,
.expert-team-bg h2 {
  text-align: center;
}

.expert-team-bg {
  padding-top: 110px;
  padding-bottom: 100px;
}

.expert-team-bg h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #161d27;
  margin-bottom: 100px;
}

.expert-team-bg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #161d27;
}

.testimonial-bg {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.testimonial-col-bg {
  display: flex;
  width: 100%;
  background: #fff;
  justify-content: space-between;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 15px;
  max-width: 70%;
  position: relative;
}

.testimonial-content p a {
  color: #fd6727;
}

.testimonial-bg .owl-stage-outer {
  padding-top: 50px;
  padding-left: 50px;
}

.testimonial-col-bg .testimonial-content {
  width: 70%;
}

.img-bg2 {
  width: 26px;
  margin: 0 auto;
  margin-top: 15px;
  position: absolute;
  bottom: 30px;
}

.img-bg1 {
  width: 35%;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: -30px;
}

.testimonial-content h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #161d27;
}

.testimonial-content p {
  font-style: italic;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #161d27;
  margin-bottom: 16px;
}

.testimonial-content span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #161d27;
}

.testimonial-bg button.owl-prev span,
.testimonial-bg button.owl-next span {
  max-width: 40px !important;
  height: 40px;
  background: #fd6727;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.owl-nav {
  text-align: right;
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
}

.testimonial-bg button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  font-size: 14px;
  margin-right: 15px;
}

.meet-content-col-1 {
  display: flex;
  padding-top: 50px;
}

.about-us-img img {
  width: 100%;
}

.about-how {
  padding: 120px 0px;
  padding-bottom: 0;
}

.how-about1 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  text-transform: capitalize;
  color: #fd6727;
  margin-top: 15px;
  display: none;
}

.contact-about-row {
  background: #fff4ee;
  border: 1px solid #e0e0e0;
  padding: 60px 20px;
  margin-bottom: 100px;
}

.contact-about-col {
  width: 23%;
  border-right: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.contact-about-col:last-child {
  border: none;
}

.button-mobile {
  /* display: none; */
  width: 75%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

button.Watch-video {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #161D27;
  background: #FFFFFF;
  border: 1px solid #161D27;
  border-radius: 30px;
  /* height: 45px; */
  padding: 20px 29px;
}

a.rubicon-btn.rubicon-btndesk {
  display: none;
}

.button-mobile a.rubicon-btn {
  margin-top: 0px;
}

.about-videopop iframe {
  height: 60vh;
}

.about-videopop .modal-dialog {
  max-width: 50%;
}

/* Privacy Page  CSS  */
.privacy-subheader {
  background-image: url(/public/assets/images/privacy-subaheader.png) !important;
  margin-bottom: 65px;
}

.privacy-heading {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 75px;
  color: #161d27;
}

.privacy-heading small {
  color: #fd6727;
  position: relative;
}

.privacy-heading small:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fd6727;
  position: absolute;
  right: -75px;
  top: 30px;
}

.container-content-privacy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #6c6a6a;
  margin-bottom: 40px;
}

.bg-privacy-content {
  background: #fff4ee;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}

.paragraph-content p {
  margin-bottom: 30px;
}

.bg-privacy-content ul {
  padding-left: 40px;
}

.bg-privacy-content ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #6c6a6a;
  position: relative;
}

.bg-privacy-content ul li:before {
  content: "";
  background-image: url(/public/assets/images/check-circle.png);
  width: 27px;
  height: 27px;
  position: absolute;
  background-repeat: no-repeat;
  left: -30px;
  top: 5px;
}

.bg-privacy-content h5 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #161d27;
}

.container-content-privacy {
  padding-bottom: 80px;
}

.paragraph-content p:last-child {
  margin-bottom: 0;
}

/* Contact us css  */
.contact-subheader {
  background-image: url(/public/assets/images/contact-subheader.png);
  margin-bottom: 65px;
}

.contact-left h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 90px;
  /* identical to box height */

  /* p-1 */
  color: #1c1f3e;
}

.contact-mobile {
  display: none;
}

.contact-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */

  /* base color */
  color: #8b8b96;
  margin-bottom: 15px;
}

.social-icon {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

.social-icon img {
  margin-right: 10px;
}

.contact-form-bg input {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  padding-left: 15px;
  border: 1px solid #e0e0e0;
  margin-bottom: 0px;
}

.contact-form-bg input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8b8b96;
}

.contact-form-bg textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  padding-left: 20px;
  padding-top: 20px;
  height: 130px;
  margin-bottom: 0px;
}

.row-custom-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row-custom-contact .col-lg-6.col-md-6.col-sm-6 {
  width: 48%;
}

.contact-form-submit-button input {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: none;
  background: #fd6727;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

/* --------------------- blog css --------- */
.top-subheader {
  background-image: url(/public/assets/images/blog-subheader.png);
  width: 100%;
  min-height: 400px;
  background-size: cover;
  display: flex;
  background-repeat: no-repeat;
  background-position: bottom;
}

.about-subheader {
  background-image: url(/public/assets/images/about-subheader.png);
}
 

.blog-search input.form-control {
  padding-left: 20px;
}

.blog-search input[type="submit"] {
  background: #161d27;
  position: relative;
  right: 35px;
  width: 212px;
  border: none;
}

.blog-search input[type="text"] {
  border-radius: 50px;
  z-index: 0;
  height: 65px;
}

.blog-search {
  margin: 0px auto;
  margin-top: 30px;
  max-width: 800px;
}

 

.top-subheader .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-search input[type="submit"] {
  background: #161d27;
  border-radius: 70px !important;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #ffffff;
  z-index: 1;
}

.blog-search input[type="text"]:focus {
  z-index: 0;
}

.blog-search .btn-search {
  position: relative;
}

/* .blog-search .btn-search:after {
  content: "";
  background-image: url(/public/assets/images/right.png);
  background-size: 100%;
  width: 43px;
  height: 20px;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
} */
button.btn-search {
  max-width: 213px;
  height: 65px;
  background: #161d27;
  border-radius: 50px;
  border: none;
  width: 100%;
  position: relative;
  border-radius: 50px !important;
  right: 34px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #ffffff;
}

button.btn-search i {
  margin-left: 5px;
}

.blog-page {
  padding-top: 65px;
}

.blog-inner.blog-page .item:after {
  width: calc(100% - 0px);
  border-radius: 0;
}

.time-categories {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 10px 36px;
}

.time-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time-button .primary-bg.small-rubicon-btn {
  background: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #fd6727;
}

.blog-page .time-button .primary-bg.small-rubicon-btn {
  font-size: 14px;
}

.time-categories .date {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #161d27;
}

.time-categories .date ul li {
  color: #161d27;
  font-size: 10px;
}

.time-categories p {
  font-size: 16px;
  line-height: 30px;
  color: #161d27;
  /*min-height: 150px;*/
}

.time-categories-single p {
  min-height: auto;
}

.button.rubi-btn-view {
  display: flex;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.button.rubi-btn-view a.primary-bg.small-rubicon-btn {
  height: 40px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
}

.blog-page .over-caption {
  padding-right: 65px;
}

.time-button .small-rubicon-btn {
  padding: 15px 0px;
}

.blog-page .blog-row.row>.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  width: 47%;
  padding: 0;
  border-radius: 20px;
  padding-bottom: 30px;
}

.blog-page .blog-row.row {
  column-gap: 64px;
  justify-content: center;
}



.row.blog-single {
  padding-top: 65px;
  justify-content: space-between;
}

.categories-name,
.categories-name a {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fd6727;
  margin-bottom: 30px;
  font-family: BuenosAiresBold !important;
  font-weight: 500 !important;
}

.blog-title {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 54px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 36px;
}

.blog-img {
  max-width: 100%;
  border-radius: 20px;
  margin: 0 auto;
}

/* --- BLOG PAGE SINGLE  */
.blog-single {
  margin-bottom: 100px;
}

.title-content h6 span {
  color: #000000;
}

.sub-content-single {
  padding: 18px 26px;
  border: 1px solid #e8e6e6;
  border-radius: 10px;
}

.sub-content-single h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #000000;
}

.sub-content-single p,.sub-content-single ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #6c6a6a;
  margin-bottom: 10px;
  font-family: BuenosAiresThin;
}
.acbody  p,.acbody  ul li,.acbody ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6c6a6a;
  margin-bottom: 10px;
  font-family: BuenosAiresThin;
}
.sub-content-single blockquote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fd6727;
}

ul.blog-post-li {
  padding-left: 40px;
}

ul.blog-post-li li {
  position: relative;
  margin-bottom: 8px;
  list-style: none;
  color: rgba(108, 106, 106, 1);
}

ul.blog-post-li li:before {
  content: "";
  background-image: url(/public/assets/images/check-circle.png);
  background-size: 100%;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -30px;
  top: 0;
}

.row.blog-single .time-categories {
  padding: 0;
  padding-left: 10px;
}

.sub-content-single h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #161d27;
}

.sub-content-single h6 span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #161d27;
  clear: both;
  font-family: "BuenosAiresThin";
}

.sub-content-single h6 span img {
  margin: 0 8px;
}

.total-comment-filter-bg {
  justify-content: space-between;
  margin: 40px 0;
}

.filter-sorted {
  text-align: right;
}

.filter-sorted select {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  color: #161d27;
}

.total-comment-number {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #161d27;
}

.comment-user-img {
  display: flex;
  align-items: center;
}

.comment-user-img img {
  margin-right: 10px;
}

.user-name-star h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #161d27;
}

.star-comment {
  margin-top: -11px;
}

.star-comment img {
  width: 62%;
}

.comment-date {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #6c6a6a;
}

.user-comment-bg p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #6c6a6a;
  margin-top: 15px;
}

.sub-content-single .user-comment-bg p {
  margin-bottom: 30px;
}

.user-comment-bg {
  padding: 30px;
  border: 1px solid #e8e6e6;
  border-radius: 20px;
  margin-bottom: 30px;
}

.share-comment {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
  text-transform: capitalize;
  color: #6c6a6a;
}

.share-comment i {
  margin-right: 6px;
}

.helpful-bg {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.helpful-review {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #6c6a6a;
}

.helpful-review {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-transform: capitalize;

  /* gray */
  color: #6c6a6a;
}

.like {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #6c6a6a;
  cursor: pointer;
}

.dislike {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #6c6a6a;
  cursor: pointer;
}

.like i {
  margin-right: 5px;
}

.dislike i {
  margin-left: 5px;
}

.row.blog-single .time-categories i.post-by-author {
  width: 25px;
  height: 25px;
  background: #fd6727;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  float: left;
  color: #fff;
  border-radius: 50px;
  margin-right: 7px;
}

.share-comment a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
  text-transform: capitalize;
  color: #6c6a6a;
}

.section-1-sidebar {
  background: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.section-1-sidebar h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* or 100% */
  text-align: center;
  text-transform: capitalize;
  color: #2d3a5b;
  margin-bottom: 10px;
}

.section-1-sidebar p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  text-align: center;
  text-transform: capitalize;
  color: #8e95a7;
}

.section-1-sidebar button {
  max-width: 281px;
  height: 57px;
  background: #fd6727;
  border-radius: 45px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 25px;
  width: 100%;
}

.section-1-sidebar button i.fa.fa-plus {
  width: 21px;
  height: 21px;
  border: 1px solid;
  border-radius: 50px;
  padding: 0px;
  font-size: 12px;
  padding-top: 3px;
}

.social-icons {
  margin: 0px;
  padding: 0px;
}

.social-icons i {
  height: 25px;
  width: 25px;
  /* border: 1px solid #ccc; */
  color: #6c6a6a;
  /* border-radius: 50px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  float: left;
  margin-right: 10px;
  border: 1px solid #6c6a6a;
  border-radius: 50px;
  cursor: pointer;
}

.social-icons {
  text-align: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2-sidebar {
  background: #ffffff;
  box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
}

.img-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.post-img img {
  width: 100%;
}

.post-img {
  width: 40%;
}

.title-content {
  width: 58%;
}

.title-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */
  text-transform: capitalize;
  color: #000000;
}

.title-content h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fd6727;
  margin-bottom: 0;
}

.section-2-sidebar h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #2d3a5b;
  margin-bottom: 15px;
}

.img-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar-post {
  padding-top: 50px;
}

.view-btn-sidebar {
  text-align: right;
}

.view-btn-sidebar a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fd6727;
}

.time-categories .date ul li {
  color: #161d27;
  font-size: 16px;
  line-height: 22px;
}

.view-btn-sidebar a i {
  margin-left: 5px;
}

.blog-search input[type="text"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.about-us-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #161d27;
}

.about-us-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 27px;
  color: #6c6a6a;
}

.row.about-bg {
  margin: 80px 0;
  align-items: center;
}

.core-value {
  background: #161d27;
  padding-top: 60px;
  padding-bottom: 100px;
}

.row.about-bg {
  margin: 80px 0;
  align-items: center;
}

.core-value-top-heading {
  text-align: center;
}

.core-value-top-heading span.underline-1:after {
  display: none;
}

/* .core-value-top-heading h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #FD6727;
} */

.core-value-top-heading h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}

.row.count-bg-about {
  margin-top: 100px;
  justify-content: space-between;
  padding: 0 20px;
}

.count-about h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  text-transform: capitalize;
  color: #fd6727;
}

.count-about h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.count-about p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}

.name-designation p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.contact-main-row {
  align-items: center;
}

/*--------------------------------- FAQ --------------------------------------- */

.faq-subheader {
  background-image: url(/public/assets/images/faq.png);
}

.faq-container-bg {
  padding: 70px 0px;
}

.tab-heading-bg h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
  text-transform: capitalize;
  color: #1c1f3e;
  margin-bottom: 30px;
}

.tab-heading-bg .nav-pills .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  background-color: #fff4ee;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;

  /* Dark */
  color: #161d27;
  padding: 24px;
  margin-bottom: 30px;
}

.tab-heading-bg .nav-pills {
  max-width: 428px;
  width: 100%;
  text-align: left;
}

.tab-heading-bg .nav-pills .nav-link.active {
  border-left: 6px solid #fd6727;
}

.accordian-bg-faq {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 50px;
}

.query-faq input {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 85%;
  padding: 12px;
}

.query-faq {
  display: flex;
  align-items: center;
}

.query-faq button {
  background: #fd6727;
  box-shadow: 0px 10px 25px rgba(0, 181, 19, 0.15);
  border-radius: 10px;
  width: 15%;
  padding: 13px;
  border: none;
  color: #fff;
  position: relative;
  right: 17px;
}

.query-faq input {
  background: #ffffff;
  /* p-6 */
  border: 1px solid #d5d5d5;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 85%;
  padding: 12px;
}

.query-faq {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.query-faq button {
  background: #fd6727;
  box-shadow: 0px 10px 25px rgba(0, 181, 19, 0.15);
  border-radius: 10px;
  width: 15%;
  padding: 13px;
  border: none;
  color: #fff;
  position: relative;
  right: 17px;
}

.accordian-bg-faq .accordion-item {
  background: #ffffff;
  border: 1px solid rgba(213, 213, 213, 0.5);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 30px;
}

.accordian-bg-faq .accordion-item .accordion-button:not(.collapsed),
.accordian-bg-faq .accordion-item .accordion-button {
  background: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #fd6727;
}

/* .accordian-bg-faq .accordion-item .accordion-body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #979797;
} */

.accordian-bg-faq .accordion-button:focus {
  box-shadow: none;
}

/* .accordian-bg-faq .accordion-button::after {
  content: "";
  background-image: url(/public/assets/images/plus.png);
  background-repeat: no-repeat;
  background-size: 96%;
  transition: transform 0.2s ease-in-out;
} */

/* .accordian-bg-faq .accordion-button:not(.collapsed)::after {
  background-image: none;
} */

/* Single post Write us Form  */

.write-us-popup .modal-dialog {
  max-width: 62%;
}

.modal-body.form-write-us-bg {
  padding: 0px 12px;
}

.form-write-us-bg .left-write {
  background: #ffcbb1;
  padding: 60px 100px;
}

.view-btn-sidebar.read-faq {
  text-align: left;
}

.logo-write {
  text-align: center;
  width: 100%;
}

.logo-write img {
  width: 80%;
}

.write-us-popup button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.writeus-img img {
  width: 100%;
}

.writeus-img {
  margin: 150px 0px;
  margin-bottom: 0;
}

.right-write-form {
  padding: 90px 70px;
}

.right-write-form h2 {
  text-align: center;
}

.right-write-form p {
  text-align: center;
  margin-bottom: 30px;
}

.right-write-form input,
.right-write-form select {
  background: #f7f7f7;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 55px;
  /*border: none;*/
  padding-left: 20px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8b8b96;
}

.right-write-form label {
  width: 100%;
}

.right-write-form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8b8b96;
}

label.upload-file-label {
  position: relative;
}

input.upload-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

img.upload-img {
  position: absolute;
  right: 15px;
  top: 15px;
}

label.check-box {
  display: flex;
  background: #f7f7f7;
  border-radius: 50px;
  height: auto;
  padding-left: 20px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 169.3%;
  /* identical to box height, or 24px */
  color: #8b8b96;
}

label.check-box input {
  width: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}

button.write-us-btn {
  width: 100%;
  border-radius: 50px;
  padding: 11px;
  background: #fd6727;
  border-radius: 50px;
  color: #fff;
  border: none;
  margin-top: 60px;
}

.tutor_tabs .tab a:first-child {
  background: #fd6727;
  color: #fff !important;
}

/* Sign UP page CSS  */
.sign-up-header,
.privacy-header,
.white-header {
  background: #fff;
}

.mainbg-signup {
  background: #faf0ec;
}

.mainbg-signup {
  background: #faf0ec;
}

.sign-up-bg {
  max-width: 74.66%;
  margin: 0 auto;
  width: 100%;
}

.sign-up-bg .left-write {
  background: #fd672794;
  padding: 70px 90px;
}

.sign-up-bg .right-write-form {
  background: #fff;
}

.social-icon-btn button {
  background: #3b5998;
  /* Gray 5 */
  border: 1px solid #e0e0e0;
  box-shadow: 0px 10px 20px rgba(178, 178, 178, 0.1);
  border-radius: 50px;
  width: 40%;
  padding: 12px 0px;
  color: #fff;
}

.password {
  position: relative;
}

.password:after {
  content: "";
  background-image: url(/public/assets/images/password.png);
  position: absolute;
  right: 18px;
  width: 18px;
  height: 16px;
  z-index: 999;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 20px;
  cursor: pointer;
}

.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}

.social-icon-btn button i {
  margin-right: 10px;
}

.social-icon-btn button:nth-child(2) {
  background: #5d99fb;
}

.check-box1 {
  background: none;
}

.check-box1 a {
  color: #fd6727;
  text-decoration: underline;
  padding: 0 5px;
}

.check-box1 {
  background: none !important;
  display: block !important;
  padding-left: 0 !important;
}

.sign-up-popup .check-box1 {
  display: flex !important;
}

.check-box1 input {
  float: left;
  height: 24px;
}

.check-box1 label {
  padding-top: 22px !important;
  display: block;
}

button.write-us-btn.regis-btn {
  margin-top: 40px;
  margin-bottom: 20px;
}

.already-account p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.already-account p a {
  color: #fd6727;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.mainbg-signup .writeus-img {
  margin: 60px 0px;
  margin-bottom: 0;
}

/* ----------------------------------- Stepbar design -----------------------------------------  */

.language-set-stepbar-bg {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.stepbar-bg {
  background: #fdddd0;
  padding-top: 30px;
}

.card1 {
  padding-left: 85px;
  padding-top: 20px;
}

.profile-user-img {
  padding-left: 15px;
  margin-bottom: 30px;
}

.profile-user-img span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-left: 15px;
}

.card1 h6 {
  margin-top: 5px;
}

.next-button {
  background-color: #fd6727;
  color: #fff;
  border-radius: 50px;
  padding: 11px 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.next-button span {
  margin-left: 10px;
}

.next-button:hover {
  background-color: #f57741;
  color: #fff;
}

.form-inner-stepbar form select {
  margin-bottom: 30px;
  border-radius: 50px;
  padding-left: 15px;
}

.form-inner-stepbar form {
  padding-top: 30px;

}

.form.quantity-form {
  text-align: center;
}

.form-inner-stepbar h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}

.form-inner-stepbar h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.bg-step-main {
  background: #faf0ec;
  position: relative;
  padding: 100px 0px;
}

.step-form-bg {
  background: #fff;
  position: relative;
}

.form-inner-stepbar select {
  max-width: 65%;
}

.language-set-stepbar-bg .next-prev-btn-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  width: 96%;
  margin-bottom: 30px;
}

.card1 h6 {
  margin-top: 5px;
}


.card1 h6 {
  margin-top: 5px;
  margin-bottom: 108px;
}

.prev {
  display: block;
  position: absolute;
  left: 0;
  cursor: pointer;
  bottom: 30px;
  text-align: left;
  padding-left: 26px;
}

.prev span.fa.fa-light.fa-chevron-left {
  border: 1px solid #161d27;
  padding: 12px 40px;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

span.back-btn-bar {
  padding-left: 8px;
  text-transform: capitalize;
}

.form-inner-stepbar {
  padding-left: 15px;
}

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

.secnd-screen form.quantity-form .input-group {
  margin: 0 auto;
  margin-bottom: 20px;
}

form.quantity-form .input-group {

  margin-bottom: 20px;
  display: block;
  position: relative;
  width: 46%;
}

.form.quantity-form {
  text-align: center;
}

input.quantity-input {
  border-radius: 50px;
  padding-left: 15px;
  text-align: center;
}

.button-minus {
  width: 47px;
  position: absolute;
  left: 0px;
  border-radius: 30px 0px 0px 30px;
  font-size: 40px;
  color: #fd6727;
  border: 1px solid #ececec;
  text-align: center;
  background: #f7f7f7;
  line-height: 45px;
}

.button-plus {
  width: 47px;
  position: absolute;
  right: 0;
  border-radius: 0px 30px 30px 0px;
  font-size: 40px;
  color: #fd6727;
  text-align: center;
  align-items: center;
  top: 0px;
  padding-top: 0px;
  margin: 0;
  border: 1px solid #ececec;
  text-align: center;
  background: #f7f7f7;
  line-height: 45px;
}

form.quantity-form .input-group {
  margin-bottom: 30px;
}

form.quantity-form .input-group .quantity-field {
  border-radius: 50px !important;
  width: 100% !important;
  background: #f7f7f7;
  font-weight: 600;
  font-size: 25px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #000000;
}

/* ------------------------------------------------- Switch reccuring -----------------------  */

.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input+label {
  position: relative;
  min-width: calc(calc(2.375rem * 0.8) * 2);
  border-radius: calc(2.375rem * 0.8);
  height: calc(2.375rem * 0.8);
  line-height: calc(2.375rem * 0.8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}

.switch input+label::before,
.switch input+label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * 0.8) * 2);
  bottom: 0;
  display: block;
}

.switch input+label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * 0.8);
  transition: 0.2s all;
}

.switch-bg label {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8b8b96;
}

span.switch.switch-bg {
  max-width: 46%;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 12px 15px;
  justify-content: space-between;
  border-radius: 50px;
  padding-left: 30px;
  margin: 0 auto;
}

span.info-icon {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8b8b96;
  padding-left: 30px;
  margin-top: 20px;
}

.switch input+label::after {
  top: 5px;
  left: 2px;
  width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  border-radius: 50%;
  background-color: #f7f7f7;
  transition: 0.2s all;
  width: 20px;
  height: 20px;
  border: 2px solid #8b8b96;
}

.switch input:checked+label::before {
  background-color: #fd6727;
  border: 2px solid #ffffff;
}

.switch input:checked+label::after {
  margin-left: calc(2.375rem * 0.8);
  background-color: #ffffff;
  border: 2px solid #8b8b96;
}

.switch input:focus+label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled+label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled+label::before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: 0.875rem;
}

.switch.switch-sm input+label {
  min-width: calc(calc(1.9375rem * 0.8) * 2);
  height: calc(1.9375rem * 0.8);
  line-height: calc(1.9375rem * 0.8);
  text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-sm input+label::before {
  width: calc(calc(1.9375rem * 0.8) * 2);
}

.switch.switch-sm input+label::after {
  width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
  height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
  margin-left: calc(1.9375rem * 0.8);
}

.switch.switch-lg {
  font-size: 1.25rem;
}

.switch.switch-lg input+label {
  min-width: calc(calc(3rem * 0.8) * 2);
  height: calc(3rem * 0.8);
  line-height: calc(3rem * 0.8);
  text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-lg input+label::before {
  width: calc(calc(3rem * 0.8) * 2);
}

.switch.switch-lg input+label::after {
  width: calc(calc(3rem * 0.8) - calc(2px * 2));
  height: calc(calc(3rem * 0.8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
  margin-left: calc(3rem * 0.8);
}

.switch+.switch {
  margin-left: 1rem;
}

/* ------------------------------------------------- end Switch reccuring -----------------------  */
.available-offer-bg {
  margin: 0 auto;
  margin-top: 50px;
  background: #f7f7f7;
  border-radius: 50px;
  width: 56%;
  padding-left: 40px;
  padding-top: 10px;
  padding: 10px 40px;
}

.avail-head {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */

  /* base color */
  color: #8b8b96;
}

.available-offer-bg ul {
  border: 1px solid #e8e6e6;
  margin-top: 10px;
  margin-bottom: 25px;
  height: 135px;
  overflow: auto;
  padding-left: 0;
  border-radius: 10px;
}

.available-offer-bg ul li {
  list-style: none;
  height: 35px;
  line-height: 40px;
  border-bottom: 1px solid #e8e6e6;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #6c6a6a;
  display: flex;
  align-items: center;
}

.available-offer-bg ul li:after {
  content: "";
  background-image: url(/public/assets/images/offer-tag.png);
  height: 19px;
  width: 15px;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

/* width */
.available-offer-bg ul::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.available-offer-bg ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d9d9d9;
  border-radius: 10px;
}

/* Handle */
.available-offer-bg ul::-webkit-scrollbar-thumb {
  background: #6c6a6a;
  border-radius: 10px;
}

.custom-calender-stepbar h3 {
  font-weight: 700;
  font-size: 21.261px;
  line-height: 30px;
  /* identical to box height */


  /* Dark */
  color: #161D27;
}

.custom-calender-stepbar .cal-heading h6 {
  font-weight: 400;
  font-size: 17.7175px;
  line-height: 25px;
  /* identical to box height */


  /* Dark */
  color: #161D27;
}

h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}

h2.schedule-heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}

.custom-calender-stepbar .cal-available label {
  font-weight: 400;
  font-size: 14.174px;
  line-height: 20px;
  text-transform: uppercase;
  color: #161D27;
}

.custom-calender-stepbar div#calendar {
  height: 48vh;
}

/* Handle on hover */

/* -----------------------------------payment mathod Screen ----------- */
h3.heading-mathod {
  font-size: 30px;
  line-height: 42px;
  color: #1c1f3e;
  margin-bottom: 60px;
}

span.back-btn-bar {
  font-family: 'BuenosAiresThin';
}

.prev span {
  display: flex;
  width: max-content;
}

.payment-mathod-bg {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 45px;
}

.pay-bg-section-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pay-bg-section-1 label.pay-icons {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 50px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8b8b96;
  padding: 0 15px;
  padding-left: 55px;
  position: relative;
}

.pay-bg-section-1 .wallet-img:before {
  content: '';
  background-image: url(/public/assets/images/wallet.png);
  left: 20px;
  top: 12px;
  position: absolute;
  background-size: 100%;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.bank-img:before {
  content: '';
  background-image: url(/public/assets/images/bank-transfer.png);
  left: 20px;
  top: 15px;
  position: absolute;
  background-size: 100%;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
}

.stripe-img:before {
  content: '';
  background-image: url(/public/assets/images/stripe.png);
  left: 20px;
  top: 15px;
  position: absolute;
  background-size: 100%;
  width: 23px;
  height: 19px;
  background-repeat: no-repeat;
}

.paypal-img:before {
  content: '';
  background-image: url(/public/assets/images/paypal.png);
  left: 20px;
  top: 17px;
  position: absolute;
  background-size: 100%;
  width: 23px;
  height: 18px;
  background-repeat: no-repeat;
}

.label-head {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6c6a6a;
}

.pay-bg-section-1 input[type="radio" i] {
  width: 20px;
}

.container input:checked~.checkmark:after {
  display: block;
}

.pay-bg-section-1 input[type="radio" i] {
  opacity: 0;
}

.container .checkmark:after {
  left: 7px;
  top: -2px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  font-size: 10px;
}

.checkmark:after {
  content: "";
  position: absolute;
}

.container input:checked~.checkmark {
  background-color: #fd6727;
}

.pay-bg-section-1 label.pay-icons {
  flex-direction: row-reverse;
}

.checkmark {
  position: absolute;
  top: 14px;
  left: auto;
  height: 22px;
  width: 22px;
  background-color: #b9b9b9;
  border-radius: 50%;
  right: 14px;
}

label.coupen-bg {
  width: 100%;
  display: flex;
  position: relative;
}

label.coupen-bg input {
  width: 100%;
  padding-left: 40px;
  border-radius: 50px;
  border: 1px dashed #6C6A6A;
}

label.coupen-bg button {
  padding: 13px 40px;
  position: absolute;
  z-index: 9;
  right: 0;
  background: #FD6727;
  border-radius: 30px;
  color: #fff;
  border: none;
}

label.coupen-bg input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8B8B96;
  letter-spacing: 0;
}

label.coupen-bg::before {
  content: '';
  background-image: url(/public/assets/images/dark-offer-icon.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 18px;
  top: 17px;
  background-size: 100%;
}

label.coupen-bg {
  position: relative;
  margin-bottom: 30px;
}

.table-bg {
  padding: 15px 0px;
  background: #F6F6F6;
  border-radius: 20px;
}

.table-bg tr {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #6C6A6A;
}

.table-bg tr td {
  border: none;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

tr.total-tr {
  border-top: 1px solid #E8E6E6;
}

tr.potugues-tr {
  height: 40px;
}

tr.total-tr td {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FD6727;
}

form.payment-mathod-form {
  margin-bottom: 10px;
}

.confirm-btn {
  position: unset;
  width: 96%;
  border: none;
  margin: 0 auto;
}

.payment-mathod-bg p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #E70B0B;
  text-align: center;
}

/* progress confirmation  */

.progress-bar {
  height: 20px;
  background: #fd6727;
  border-radius: 0px;
  transition: all 0.5s;
}

.final-step {
  padding-top: 15px;
  padding-left: 10px;
}

.final-step-inner span bdi {
  color: #fd6727;
}

.final-step-inner span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #6c6a6a;
  margin-bottom: 20px;
  display: block;
}

.progress {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.final-step-inner img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  animation: loading 3s linear infinite;
}

.progress {
  background-color: #ffe1d4;
}

.final-step-inner h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  color: #6c6a6a;
  margin-top: 30px;
  margin-bottom: 15px;
}

.final-step-inner {
  text-align: center;
  padding-top: 60px;
}

.progress-bar-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #6c6a6a;
  margin-bottom: 10px;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Thank you Page  */
.main-bg-custom {
  padding: 80px 105px 70px 105px;
  margin: 0px auto;
  background-color: #ffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgcontainer {
  display: flex;
  justify-content: center;
}

.confirmation {
  text-align: center;
}

.confirmation h1 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  color: #161D27;
}

.confirmation p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #6c6a6a;
}

/* table */
.customers {
  width: 100%;
  /* text-align: center; */
  font-family: "BuenosAiresThin";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #161d27;
}

.customers td,
.customers th {
  border: 1px solid #ddd;
  padding: 20px 40px;
}

.customers tr td {
  background: #fff0ea;
}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffe2d7;
  color: #161D27;
}

.lesson {
  background-color: #fd6727;
  border-radius: 50px;
  border: none;
  padding: 15px 90px;
  /* width: 30%; */
  margin-top: 40px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  font-family: 'BuenosAiresThin';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.bg-color-custom {
  background: rgba(250, 240, 236, 1);
  padding: 80px;
}



#progressbar {
  position: absolute;
  left: 0px;
  overflow: hidden;
  z-index: 9;
}

#progressbar li {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  margin-bottom: 95px;
}

#progressbar li:nth-child(3) {
  margin-bottom: 100px;
}

#progressbar .step0:before {
  color: #958e8e;
  content: "";
  background-image: url(https://test.cloud1.me/rubicon-1/assets/images/circle.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
}

#progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 20px;
  background: #fbd7c8;
  border-radius: 50%;
  margin: auto;
}


#progressbar li:after {
  content: '';
  width: 3px;
  height: 120px;
  position: absolute;
  left: 46px;
  top: 15px;
  z-index: -1;

}

/*
#progressbar li:nth-child(4):after {
  top: auto;
  background: #6c6a6a;
}
*/
#progressbar li:nth-child(3):after {
  top: auto;
  background: #6c6a6a;
}

#progressbar li:nth-child(2):after {
  top: auto;
  background: #6c6a6a;
}

#progressbar li:nth-child(1):after {
  top: auto;
  background: #6c6a6a;
}

#progressbar li:first-child:after {
  position: absolute;
  top: auto;
}

#progressbar li.active:after {
  background: #fd6727;
}

#progressbar li.active:before {
  background: #fd6727;
  font-family: FontAwesome;
  content: "\f00c" !important;
  color: #fff !important;
}






.tick {
  width: 100px;
  height: 100px
}

.prev {
  display: block;
  position: absolute;
  cursor: pointer
}

.prev:hover {
  color: #D50000 !important
}



/* Popup stepbar --------- */
.popup-step-bg .modal-dialog {
  width: 100%;
  max-width: 66%;
  padding: 0;
  z-index: 9999;
}

.popup-step-bg {
  z-index: 999999;
}

.popup-step-bg .modal-body {
  padding: 0;
}

.container.language-set-bg .popup-step-bg .modal-header {
  z-index: 9;
  border-bottom: 1px solid #dee2e6;
}

.modal-footer.mobile-footer {
  justify-content: flex-start;
}

.popup-step-bg .container.language-set-bg {
  padding: 0;
}

.popup-step-bg .language-set-stepbar-bg {
  margin: 0;
}

form.quantity-form {
  text-align: center;
}

.modal-footer.mobile-footer,
.mobile-header {
  display: none;
}

.popup-step-bg .modal-content {
  background-color: unset;
  border: none;
}

.popup-step-bg .btn-close {
  right: 0px;
  position: absolute;
  top: -30px;
}

.fade:not(.show) {
  opacity: 0;
  display: none !important;
}

.sign-up-popup {
  z-index: 9999;
}

.sign-up-popup .modal-dialog {
  max-width: 75%;
  z-index: 999;
}

.left-write {
  display: none;
}

.term-subheader {
  background-image: url(/public/assets/images/term-condition-subheader.png);
  margin-bottom: 40px;
}

/*--------------------------------- LOGIN ---------------- */

label.remeber-bg {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}

.rember-input {
  display: flex;
  align-items: center;
}

.rember-input input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 7px;
}

label.remeber-bg a {
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #FD6727;
}

.rember-input {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #8B8B96;
}

.login-form p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #8B8B96;
  max-width: 78%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.login-form {
  padding: 45px 70px;
}

.sign-up-popup .modal-body {
  padding: 0;
}

.login-form .already-account p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #6C6A6A;
  margin-bottom: 0;
}

.robot-input {
  background: #f7f7f7;
  border-radius: 50px;
  padding: 11px 20px;
}

.forget-bg {
  display: none;
}

.form-write-us-bg .left-write {
  display: block;
}

/*------------------------------------------------- Apply page----------------------------  */
.top-section-bg {
  background: linear-gradient(179.98deg, #FFF4EE 0.02%, #FBC7B1 79.06%);
  padding-top: 60px;
}

.apply-form-bg {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 60px 40px;
  background: #161D27;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 50px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

form.top-form label {
  width: 100%;
  margin-bottom: 32px;
}

form.top-form input {
  width: 100%;
  padding: 15px 15px;
  border-radius: 50px;
  border: none;
}

form.top-form input.pass-apply {
  padding-left: 35px;
}

.apply-form-bg p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.apply-form-bg h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}


form.top-form button {
  background: #FD6727;
  border-radius: 50px;
  width: 100%;
  padding: 14px 0;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.apply-form-bg p a {
  color: #FD6727;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

.right-img-apply {
  position: relative;
}

.right-img-apply img {
  position: absolute;
  bottom: 0;
}

.row.section-row-benifits {
  justify-content: space-between;
  align-items: center;
}

.section-2-benifits,
.section-3-benifits {
  padding-top: 80px;
  padding-bottom: 100px;
}

.benifits-left h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;

  /* Dark */
  color: #161D27;
}

.benifits-left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;

  /* gray */
  color: #6C6A6A;
  margin-bottom: 20px;
}

.benifits-list-bg {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  width: 45%;
  margin-bottom: 40px;
}

.img-benifits {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 10px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-benifits img {
  width: 100%;
  height: auto;
}

.benifits-right .row {
  justify-content: space-around;
}

.benifits-right img {
  width: 100%;
}

.list-item-teach ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-item-teach ul li {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
  width: 50%;
  margin-bottom: 30px;
}

.list-item-teach ul li:before {
  content: "";
  background-image: url(/public/assets/images/teach-li.png);
  width: 22px;
  height: 22px;
  position: absolute;
  background-repeat: no-repeat;
  left: -30px;
  top: 0px;
}

.list-item-teach button {
  background: #FD6727;
  border-radius: 39px;
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 12px 35px;
  border: none;
}

.teach-bg-main {
  background: #fff8f5;
}

.bg-become-tutor-2 {
  justify-content: space-between;
}

.bg-become-tutor {
  padding-top: 100px;
  padding-bottom: 80px;
}

.bg-become-tutor h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;

  /* Dark */
  color: #161D27;
  margin-bottom: 50px;
}

.bg-become-tutor-2 .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
}

.box-tutor-outer {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  /* border: 1.5px dashed #000; */
  border: 1.5px dashed #FD6727;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.box-tutor-inner {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}

.bg-become-tutor-2 h4 {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #161D27;
  margin-bottom: 20px;
}

.bg-become-tutor-2 p {
  padding: 0px 23px;
}

.box-tutor-1 {
  position: relative;
}

.box-tutor-1:after {
  content: '';
  background-image: url(/public/assets/images/line-path-1.png);
  width: 50%;
  height: 100px;
  background-size: 100%;
  position: absolute;
  right: -54%;
  top: 16%;
  z-index: 99;
  background-repeat: no-repeat;
}

.box-tutor-2 {
  position: relative;
}

.box-tutor-2:after {
  content: '';
  background-image: url(/public/assets/images/line-path-2.png);
  width: 50%;
  height: 100px;
  background-size: 100%;
  position: absolute;
  right: -54%;
  top: 16%;
  z-index: 99;
  background-repeat: no-repeat;
}

.apply-bttom-bg {
  background-image: url(/public/assets/images/apply-bottom-image.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px;
  background-position: top;
}

.apply-bottm-content {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
}

.apply-bottm-content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;

  /* Dark */
  color: #161D27;
}

.apply-bottm-content button {
  background: #FD6727;
  border-radius: 55px;
  width: 100%;
  border: none;
  padding: 12px 0px;
  color: #fff;
  margin-top: 30px;
}

.apply-bottm-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #6C6A6A;
}

.banifits-list h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height */


  /* Dark */
  color: #161D27;
}

.banifits-list p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;

  /* gray */
  color: #6C6A6A;
}

/* ---------------------------- Group Class Page ----------------------------------- */

.group-search-class .owlItemInner {
  max-width: 31%;
}

.group-search-class .itemDataLayer {
  column-gap: 30px;
  row-gap: 60px;
  justify-content: space-between;
}

.group-search-class .flagImg {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #161D27;
}

.group-search-class .title_flag h3 {
  font-size: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #161D27;
}

.group-search-class .mdateInner p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #161D27;
}

.group-search-class .iconDate {
  display: flex;
  align-items: center;
}

.group-search-class .priceInner h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #FD6727;
}

.group-search-class .picName h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #161D27;
}

.group-search-class span.star_five {
  font-weight: 600;
  font-size: 17.13px;
  line-height: 24px;
  color: #FD6727;
}

.group-search-class span.seccounter {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #828282;
}

.group-search-class .tutors-list_page svg {
  display: block;
  width: 12px;
}

.class-group-sidebar .modalLeftLayer {
  width: 100%;
  background: #fff;
}

.class-group-sidebar .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.class-group-sidebar .btnapplylight {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #6C6A6A;
}

.class-group-sidebar a.applyBtn {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
}

.class-group-sidebar .search_titleline h3 {
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 56px;
  color: #161D27;
}

.class-group-right .search_titleline {
  display: none;
}

.class-group-sidebar .modalLeftLayer {
  padding: 0 0px;
}

.class-group-sidebar .modalLeftLayer .form-check {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

/* -------------------------------------------Group Class Profile Page  */

.class-group-Profile .About-Ashlynn {
  margin-top: 0px;
}

.class-group-Profile .About-Ashlynn h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 76px;
  color: #161D27;
  margin-bottom: 40px;
}

.class-group-Profile .col-lg-4 {
  padding-top: 20px;
}

.group-profile-row {
  justify-content: space-between;
}

.group-profile img {
  max-width: 100%;
    margin: 0 auto;
}

.class-group-Profile .About-Ashlynn h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #161D27;
}

.class-group-Profile .About-Ashlynn p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #161D27;
}

.group-class-profile-sidebar .social-icons {
  margin-top: 15px;
}

.three-col-group-bottom {
  justify-content: space-between;
}

.group-bottom-col {
  padding: 30px 15px;
  border: 1px solid #E8E6E6;
  border-radius: 20px;
}

.group-bottom-col h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-transform: capitalize;
  color: #FD6727;
}

.group-bottom-col h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #161D27;
  margin-bottom: 50px;
}

.group-bottom-date,
.group-bottom-col {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-transform: capitalize;
  color: #6C6A6A;
}

.group-bottom-time {
  padding-left: 0;
  padding-right: 0;
}

.row.inner-row-bottom-col {
  position: absolute;
  bottom: 27px;
  display: flex;
  width: 100%;
}

.group-bottom-col {
  position: relative;
}

.group-bottom-col {
  position: relative;
}

.About-Ashlynn-bottom>h2 {
  margin-top: 80px;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #161D27;
}

.class-group-Profile .inner-padding {
  padding-top: 40px;
}

.group-bottom-time {
  text-align: right;
  padding-right: 10px;
}

/* -------------------------------------------- Forum Page CSS --------------- */
.forum-subheader {
  background-image: url(/public/assets/images/forum-subheader.png) !important;
  margin-bottom: 65px;
  background-position: center;
}

.input-example-content {
  text-align: center;
}

.input-example-content a {
  color: #000;
}

button.btn-search.ask-btn-forum {
  background: #FD6727;
  border-radius: 50px;
  padding: 10px 44px;
  height: auto;
  width: auto;
  max-width: max-content;
}

.class-group-ul.nav-tabs .nav-item.is-active a {
  background-color: #fd6727;
  color: #fff;
  border-radius: 50px;
  border: none;
  padding: 13px 35px;
}

.class-group-ul.nav-tabs .nav-link a {
  padding-right: 0px;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  transition: inherit;
}

.class-group-ul.nav-tabs {
  border-bottom: none;
}

.class-group-ul.nav-tabs {
  border-bottom: none;
  column-gap: 20px;
}

.class-group-ul.nav-tabs .nav-link.active {
  background-color: #fd6727;
  color: #fff;
  border-radius: 50px;
  border: none;
  padding: 14px 37px;
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
}

.class-group-ul.nav-tabs .nav-link {
  border-radius: 50px;
  border: none;
  padding: 14px 37px;
  font-size: 15px;
  line-height: 21px;
  border: 1px solid #E8E6E6;
  border-radius: 39px;
  color: #FD6727;
}

.tab-1section-group-profile {
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin-top: 40px;
  padding: 30px;
  justify-content: space-between;
}

.signin-btn-class>h5 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #161D27;
}

.signin-btn-class>p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
}

.row.asked-ques-row h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #161D27;
  text-align: center;
  margin-bottom: 15px;
}

.row.asked-ques-row p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #6C6A6A;
  text-align: center;
}

.row.asked-ques-row {
  margin-bottom: 15px;
}

.signin-btn-gf a {
  border: none;
  padding: 10px 21px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
  border: 1px solid #E8E6E6;
  border-radius: 100px;
  background: none;
}

.signin-btn-gf a img {
  margin-right: 10px;
}

.signin-btn-gf {
  display: flex;
  column-gap: 20px;
}

.class-group-container-ques {
  margin-top: 40px;
}

.row.main-ques-row {
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.main-ques img {
  margin-right: 20px;
}

.main-ques {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
}

.row.main-ques-row1 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  background: #FFFFFF;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.row.main-ques-row1 img {
  width: 8%;
}

.question-bg-group {
  width: 92%;
}

.row.total-usercmnt {
  width: 100%;
  justify-content: space-between;
}

.row.total-usercmnt ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-top: 20px;
  list-style: none;
}

.row.total-usercmnt ul li a {
  list-style: none;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
  cursor: pointer;
  font-weight: normal;
}

.row.total-usercmnt ul li a:hover {
  background-color: inherit;
}

.row.total-usercmnt ul li i {
  margin-right: 10px;
}

.commnt-bg-group-class {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comnt-inner {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
}

.img-bg-commntr {
  display: flex;
  align-items: start;
  position: relative;
}

.img-bg-commntr img {
  width: 100% !important;
  margin-left: -20px;
}

.comntr-name-reply {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reply-text {
  width: 57%;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
}

.reply-text img {
  margin-right: 10px;
}

.comment-time-ago {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
}

.main-ques-row2 {
  width: 99%;
  margin-left: auto;
  margin-top: 30px;
}

.row.main-ques-row2 .reply-text img {
  margin-right: 10px;
  width: 15px;
}

.main-ques-row3 {
  width: 96%;
  margin-bottom: 30px;
}

.class-group-container-ques-row {
  justify-content: space-between;
  margin-bottom: 70px;
}

.forum-sidebar {
  width: 31%;
}

.popular-tags h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(253 103 39 / 15%);
  font-size: 20px;
  line-height: 28px;
  color: #161D27;
}

.btns-popular a.btns {
  border: 1px solid #E8E6E6;
  border-radius: 50px;
  background: none;
  padding: 8px 20px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  text-transform: capitalize;

  /* gray */
  color: #6C6A6A;
}

.popular-tags {
  background: #FFFFFF;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 90px;
}

.community-section {
  background: #FFFFFF;
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin: 30px 0;
  padding: 20px;
}

.community-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #161D27;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(253 103 39 / 15%);
}

.community-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(253 103 39 / 15%);
  padding-top: 15px;
}

.community-user {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #161D27;
}

.comunity-star-review p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #6C6A6A;
  text-align: right;
  margin-top: 5px;
}

.community-rating:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.community-user img {
  margin-right: 5px;
}

.feeling-stuck {
  background: #FFFFFF;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.feeling-stuck h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height */


  /* Dark */
  color: #161D27;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(253 103 39 / 15%);
  margin-bottom: 20px;
  text-align: left;
}

.feling-stuck-img {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}

.feeling-stuck p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  /* identical to box height */


  /* gray */
  color: #6C6A6A;
  text-align: center;
}

.feeling-stuck a.feeling_stuck {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  /* identical to box height */


  /* White */
  color: #FFFFFF;
  padding: 14px 37px;
  border: none;
  background: #FD6727;
  border-radius: 39px;
  margin-top: 25px;
}

.feling-stuck-img img {
  width: 100%;
}

.feeling-stuck a {
  color: #FD6727;
}

.forum-questin-listingimg img {
  width: 100%;
}

.user-name-commnt2 {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

/*-------------------------------------------------- Teachers FORM----------------------  */
.contaienr.teacher-form-container {
  padding-top: 70px;
}

.teacher-form-container .form-wizard {
  position: relative;
  display: table;
  margin: 0 auto;
  max-width: 77%;
  width: 100%;
}

.teacher-form-container .steps {
  margin: 40px 0;
  overflow: hidden;
}

.teacher-form-container .steps ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teacher-form-container .steps ul li {
  float: left;
  color: #fff;
  padding: 0 5%;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0;
  font-family: 'BuenosAiresSemiBold';
}

.teacher-form-container .steps ul li.active {
  color: #FD6727;
}

.teacher-form-container .steps ul li.active span {
  background: #FD6727;
  color: #fff;
}

.teacher-form-container .steps ul li.active::after {
  background: #FD6727;
  width: 100%;
}

.teacher-form-container .steps ul li::before,
.steps ul li::after {
  content: "";
  position: absolute;
  left: -54%;
  top: 22px;
  width: 107%;
  height: 3px;
  background: #E8E6E6;
  transition: all 0.4s ease-in-out 0;
  transform: translateY(-50%);
}

.teacher-form-container .steps ul li::after {
  width: 0;
}

.teacher-form-container .steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #E8E6E6;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #000;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out 0;
  border-radius: 50px;
}

.teacher-form-container .steps ul li:first-child::before,
.steps ul li:first-child::after {
  display: none;
}

.teacher-form-container .myContainer {
  background: #FAF0EC;
  border-radius: 20px;
  width: 70%;
  margin: 0 auto;
  padding: 80px;
  padding-top: 36px;
}

.teacher-form-container .steps ul li:last-child {
  padding-right: 3%;
}

.teacher-form-container .form-container {
  clear: both;
  display: none;
  left: 100%;
}

.teacher-form-container .form-container.active {
  display: block;
}


.teacher-form-container .steps ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #6C6A6A;
}

h5.heding-teacher-top {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 49px;
  letter-spacing: 0.01em;
  color: #161D27;
  text-align: center;
  font-family: 'BuenosAiresRegular' !important;
}

.logout-btn {
  background: none;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: #FFFFFF;
  border-radius: 50px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #161D27;
  margin-left: auto;
  width: max-content;
  font-family: 'BuenosAiresRegular';
}

.logout-btn img {
  margin-right: 9px;
}

.teacher-form-bg {
  text-align: center;
  padding: 45px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 15px;
}

.teacher-form-bg h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #161D27;
  font-family: 'BuenosAiresSemiBold' !important;
}

.teacher-form-bg p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-family: 'BuenosAiresRegular';


  /* gray */
  color: #6C6A6A;
}

.col-6-custom input,
.col-6-custom select {
  width: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  border: none;
  padding: 13px 35px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.teacher-form-inner input,
.teacher-form-inner select,
.teacher-form-inner textarea{
  color: #333333;
}
.col-6-custom input::placeholder,
.col-6-custom select::placeholder,
.col-6-custom textarea::placeholder,
.teacher-form-inner input::placeholder,
.teacher-form-inner select::placeholder,
.teacher-form-inner textarea::placeholder {
  color: #333333;
}

.col-6-custom2 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  border: none;
  padding: 13px 35px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  height: auto;
}

form.teacher-form-inner {
  margin-top: 40px;
}

.col-6-custom {
  margin-bottom: 30px;
}

.file-upload-teacher label {
  width: 100%;
  position: absolute;
  z-index: 0;
  padding-left: 35px;
}

.file-upload-teacher label input {
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: 0;
  padding-top: 0;
}

.file-upload-teacher label {
  position: relative;
}

.file-upload-teacher label {
  width: 100%;
  position: absolute;
  z-index: 0;
  padding-left: 35px;
  background: #fff;
  padding: 13px 35px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8B8B96;
}

.file-upload-teacher {
  position: relative;
  height: auto;
  /* overflow: hidden; */
  width: 100%;
  min-height: 48px;
  margin-bottom: 10px;
}

.file-upload-teacher label::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/public/assets/images/file-upload.png);
  position: absolute;
  right: 26px;
  top: 16px;
  background-repeat: no-repeat;
  z-index: -2;
}

p.file-sizeinfo {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #6C6A6A;
  padding-left: 0px;
  margin-bottom: 0px;
}

.custom-btn-next button {
  padding: 9px 35px;
  background: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.Save-btn img {
  margin-right: 10px;
}

.custom-btn-next {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 20px;
}

button.Save-btn {
  background: #FFFFFF;
  border: 1px solid #161D27;
}

.next-btn {
  background: #FD6727 !important;
  border: 1px solid #FD6727;
  color: #fff;
}

.next-btn i {
  margin-left: 10px;
}

.footer-copy-text {
  font-size: 14px;
  line-height: 28px;
  color: #6C6A6A;
  text-align: center;
  margin: 20px auto;
}

.back-btn-add .next-savebtn {
  display: flex;
  column-gap: 10px;
}

.back-btn-add.custom-btn-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
  max-width: 100%;
}

.back-btn button.Save-btn i {
  margin-right: 10px;
}

.col-6-custom textarea,
.teacher-form-inner2 textarea {
  width: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 23px;
  border: none;
  min-height: 200px;
  resize: none;
}

.comment-box textarea {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 23px;
  border: none;
  min-height: 200px;
  resize: none;
}

.col-6-custom2 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  border: none;
  padding: 13px 35px;
  font-size: 16px;
  line-height: 28px;
  color: #8B8B96;
}

.bg-comment-form {
  background: #FAF0EC;
}

.bg-comment-form input[type="submit"] {
  padding: 9px 35px;
  background: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FD6727 !important;
  border: 1px solid #FD6727;
  color: #fff;
}

.profile-picture-bg label {
  width: 100%;
}

.profile-picture-bg {
  margin: 0 auto;
}

.profile-upload {
  height: 100px;
  width: 100px;
  /* background: #000; */
  background: #FD6727;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

label.profile-label {
  position: relative;
}

input.profile-add-new {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0;
}

label.profile-label h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #161D27;
  margin-top: 5px;
  margin-bottom: 0;
}

.profile-picture-bg p.file-sizeinfo {
  padding: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.col-12-custom {
  background: #fff;
  background: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  padding: 53px;
  margin-bottom: 40px;
}

.col-12-custom p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #8B8B96;
}

.resume-img {
  margin-bottom: 50px;
}

label.resume-bg {
  position: relative;
  margin-bottom: 30px;
}

label.resume-bg input {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
}

button.add-resume {
  background: none;
  padding: 8px 22px;
  /* border-radius: 50px; */
  background: #FFFFFF;
  /* Primary */
  border: 1px solid #FD6727;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  /* Primary */
  color: #FD6727;
}

.resume-img-hello h6 {
  margin-top: 20px;
}

.hello-application {
  margin-top: 60px;
}

.hello-application p {
  margin-bottom: 27px;
}

.resume-btn-custom-next img {
  filter: invert(1);
  margin-right: 10px;
}

.back-btn-add.custom-btn-next.resume-btn-custom-next-bg {
  justify-content: end;
}

.teacher-form-bg.exp-bg {
  padding: 16px;
}

table.teacher-tabel-bg {
  width: 100%;
  text-align: left;
  background: #FAF0EC;
  border: 1px solid #E8E6E6;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.01);
  border-radius: 20px;
  overflow: hidden;
}

table.teacher-tabel-bg th,
table.teacher-tabel-bg td {
  width: 23%;
  padding: 13px;
  font-family: 'BuenosAiresRegular';
}

td.btn-edit-del a {
  border: 1px solid #E8E6E6;
  filter: drop-shadow(0px 1px 7px rgba(0, 0, 0, 0.09));
  border-radius: 10px;
  width: 36px;
  height: 36px;
  color: #6C6A6A;
  background: none;
  margin-right: 10px;
  margin-left: 5px;
  text-align: center;
  line-height: 36px;
}

td.btn-edit-del a:last-child {
  margin-right: 0;
}

label.term-condotion-teacher-f {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #6C6A6A;
}

.checkmark1 {
  width: 17px;
  height: 17px;
  background-image: url(/public/assets/images/teach-li.png);
  position: absolute;
  top: 5px;
  border-radius: 50px;
  left: 0px;
  filter: grayscale(1);
  background-color: #ff000000;
  background-size: 100%;
  background-repeat: no-repeat;
}

input:checked~.checkmark1 {
  filter: grayscale(0);

}

label.term-condotion-teacher-f {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #6C6A6A;
  padding-left: 21px;
  position: relative;
  font-family: 'BuenosAiresRegular';
}

label.term-condotion-teacher-f input {
  opacity: 0;
}

label.term-condotion-teacher-f a {
  text-align: left;
  margin-top: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #6C6A6A;
  text-decoration: underline !important;
  font-family: 'BuenosAiresRegular';
}

button.more-exp-btn {
  background: #FFFFFF;
  border: 1px solid #FD6727;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  /* display: flex; */
  /* align-items: center; */
  text-align: right;
  text-transform: capitalize;
  color: #FD6727;
  padding: 12px 20PX;
  margin-top: 45px;
  margin-left: auto;
  float: right;
}

.table-top-sec {
  margin-bottom: 27px;
}

/* POPUP ADD RESUME  */
.add-resume-popup {
  width: 100%;
  max-width: 90%;
}

.col-6-custom .accordion-item {
  border-radius: 30px;
}

.col-6-custom .accordion-item h2.accordion-header button {

  padding: 11px 20px;
}

.col-6-custom .accordion-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8B8B96;
  font-family: 'BuenosAiresregular';
}

.col-6-custom .accordion-button:focus {
  z-index: 3;
  border-color: #fd6727;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 103 39 / 38%);
}

.col-6-custom .accordion-button:not(.collapsed) {
  color: #fd6727;
  background-color: #faf0ec;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.col-6-custom .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

/* Select checkbox */

.selection:last-child {
  border-bottom: none;
}

.selection {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.selection__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  background: #fff;
  z-index: 1;
  padding: 11px 0px;
}

.selection__trigger-input,
.selection__trigger input {
  position: absolute;
  opacity: 0;
}

.selection__trigger-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #8B8B96;
}

.selection__trigger-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 10px;
  background-color: #fd6f41;
  opacity: 0.3;
}

.selection__trigger-icon:before {
  width: 9px;
  height: 5px;
  position: absolute;
  top: 48%;
  left: 38%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg) translate(0, -78%);
  -ms-transform: rotate(-45deg) translate(0, -78%);
  transform: rotate(-45deg) translate(0, -78%);
}

.selection__trigger-label {
  width: 80%;
}

.selection__trigger-input:checked~.selection__trigger-action {
  color: #fd6f41;
  font-weight: 600;
}

.selection__trigger-input:checked~.selection__trigger-action .selection__trigger-icon {
  opacity: 1;
}

.selection.is-selected .selection__trigger-action {
  color: var(--color-secondary);
  font-weight: 600;
}

.selection.is-selected .selection__trigger-icon {
  opacity: 1;
}

.selection--select .selection__trigger {
  pointer-events: none;
}

.select__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: none;
  min-height: 3.5rem;
  line-height: 20px;
  background: none;
  padding: var(--padding-4) var(--padding-6);
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.selection .selection__target select {
  background: none;
}

.selection label.selection__trigger {
  background: none;
}


div.dropdown {
  position: relative;
}

/* 
div.dropdown > div.caption {
  background-color: #f2f2f2;
  padding: 11px 24px;
  border-radius: 3px;
  cursor: pointer;
} */


span.language-check {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}

div.dropdown>div.list>div.item {
  padding: 11px 24px;
  cursor: pointer;
}

div.dropdown>div.list>div.item.selected {
  font-weight: bold;
}

/* div.dropdown > div.caption:hover,
div.dropdown > div.list > div.item:hover {
  background-color: rgb(83, 161, 214);
  color: #fff;
} */
div.dropdown>div.list {
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
}

div.dropdown.open>div.caption {
  border-radius: 3px 3px 0 0;
}

div.dropdown.open>div.list {
  display: block;
  position: absolute;
  background: #faf0ec;
  font-size: 14px;
  z-index: 1;
}

span.custom-label {
  display: inline-block;
  width: 92%;
  color: #917e7e;
}

div.dropdown.open>div.list .item {
  padding: 5px 15px;
}


.selected-item span.custom-label {
  color: #fd692a;
  font-size: 16px;
  line-height: 28px;
}

.selected-item span.language-check {
  color: #fd692a;
  font-size: 14px;
  top: 8px;
}

div.dropdown>div.caption {
  background-color: unset;
  padding: 1px 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  position: absolute;
  top: -21px;
  right: 35px;
  width: 100%;
  padding-left: 35%;
  padding-right: 0;
}

span.caption-inner {
  color: #fff;
  background: #fd692a;
  padding: 3px 5px;
  border-radius: 10px;
}

div.dropdown>div.caption:hover {
  background: none;
}

.col-6-custom .accordion-item h2.accordion-header button {
  padding: 11px 20px;
  border-radius: 27px !important;
}

.language-selector span.custom-label {
  color: #fd692a;
  font-weight: 600;
}

.language-selector span.language-check {
  color: #fd692a;
}

.language-selector.disabled-item span.language-check {
  color: #d7d7d7;
  font-size: 14px;
}

.language-selector.disabled-item span.custom-label {
  color: #8b8b96;
  font-weight: 400;

}

.language-selector.disabled-item span.caption-inner {
  opacity: 0;
}

.teacher-form-inner .language-selector {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 0px;
}

.col-6-custom .accordion-body {
  height: 400px;
  overflow: auto;
}

.teacher-form-inner .language-selector:last-child {
  border-bottom: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .accordian-bg-faq .accordion-item .accordion-button:not(.collapsed),
  .accordian-bg-faq .accordion-item .accordion-button {
    font-family: 'BuenosAiresregular';
    font-weight: 500;
  }
}

.message-display {
  text-align: center;
  padding: 10px;
  background-color: #FFF;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 0px;
  -webkit-box-shadow: var(--boxShadow-all);
  box-shadow: var(--boxShadow-all);
}

.message-display__icon {
  width: 8rem;
  height: 8rem;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.message-display__icon svg {
  fill: #1a1a1a;
}