 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

  @font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-Black.woff') format('woff'), url('../fonts/Branding-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
  }

  body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
  }
.main{
  overflow: hidden;

}
  h1 {
    font-size: 56px;
    font-weight: 700;
  }
.btn-theme{
  background-color: #442EB2;
  color: #fff;
  border-color: #442EB2;
}
.btn-theme:hover{
  background-color: #fff;
  color: #442EB2;
  border-color: #442EB2;
}
  .btn-transparent {
    background: transparent;
    border: 1px solid #fff;
    color: #442EB2;
  }
  .btn-transparent:hover {
    color: #fff;
    background-color: #442EB2;
  }
  

  .btn-white {
    background: #fff;
    color: #442EB2;
  }
  .btn-white:hover {
    background: #442EB2;
    color: #fff;
  }
  .btn-message {
    background: #fff;
    border: 1px solid #808D9E;
    color: #1D1E25;
    box-shadow: none;
    outline: none;
    min-width: 100px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;

  }
  .btn-message:hover {
    color: #1D1E25;
  }

  .btn-purple {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    height: 50px;
    background: #442EB2;
    color: #fff;
    border: 1px solid #442EB2;
    border-radius: 10px;
    min-width: 100px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .btn-purple:hover {
    color: #442EB2;
    background: transparent;
  }

  .btn-yellow {
    padding: 0 35px;
    font: 500 14px/55px ;
    line-height: 55px;
    color: #222;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffd800;
    border-radius: 2px;
    background-color: #ffd800;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition: all .2s linear;
    border-radius: 30px;
    line-height: 50px;
    letter-spacing: .5px;
    box-shadow: 0 1px 2px #fff,0 -1px 1px #ffe240,inset 0 -1px 1px rgba(0,0,0,.3),inset 0 1px 3px rgba(255,255,255,.8)
}

.btn-yellow i {
    font-size: 15px;
    vertical-align: middle;
    padding-right: 10px
}

.btn-yellow:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(145deg);
    background: #ffdb00;
    transition: all .3s linear
}

.btn-yellow:hover {
    color: #111
}

.btn-yellow:hover:before {
    height: 300%
}

.btn-shadow {
    box-shadow: 0 1px 2px #fff,0 -1px 1px #ffe240,inset 0 -1px 1px rgba(0,0,0,.3),inset 0 1px 3px rgba(255,255,255,.8)
}

  .text-purple {
    color: #442EB2;
  }

.title-four {
  margin-bottom: 44px
}

.title-four h2 {
  font: 700 40px/45px ;
  color: #0c0c0c;
  padding-bottom: 10px
}

.sub-title {
  color: #442EB2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 7px
}


  .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* border-bottom: 1px solid rgb(255 255 255 / 20%); */
    background: #fff;
    z-index: 9;
    box-shadow: 0px 2px 16px 0px #442EB20F;
  }
  .header .navbar {
    padding: 20px 0;
  }
  .header .navbar-brand {
    width: 240px;
    padding: 0;
    margin: 0;
  }
  .header .navbar-collapse {
    justify-content: center;
  }

  .header .navbar-collapse .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #4A4C56;
    padding: 0;
    letter-spacing: 0.3px;
    position: relative;
  }

  .header .navbar-collapse .nav-item .nav-link:hover,
  .header .navbar-collapse .nav-item .nav-link.active {
   color: #442EB2;
   font-weight: 600;
  }

  .header .navbar-collapse .nav-item {
    margin-right: 40px;
  }

  .header .navbar-collapse .nav-item:last-child {
    margin: 0;
  }

 

  .header .login-btns .btn {
    height: 50px;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-right: 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }


  .header .login-btns .btn:last-child {
    margin-right: 0;
  }

  .banner-section {
    background: #FAF9FD;
    padding-top: 250px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 70px;
    position: relative;
  }
  .banner-section::before{
    content: '';
    background-image: url('../images/banner-bg.png');
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: right top;
  }
  .banner-image {
    position: absolute;
    right: 50px;
    bottom: 80px;
    width: 38%;
    z-index: 2;
  }
  .banner-content-wrapper {
    max-width: 790px;
    z-index: 2;
    position: relative;
  }

  .banner-content-wrapper h1 {
    color: #1D134B;
  }

  .banner-content-wrapper p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 40px;
    color: #344054;
  }

.search-wrapper{
  max-width: 560px;
  position: relative;
  z-index: 2;
}
  .search-wrapper .fields-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 30px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 10px 10px;
    align-items: center;
    width: 100%;
  }

  .search-wrapper .fields-wrapper .form-group {
    width: 50%;
    position: relative;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .search-wrapper .fields-wrapper .form-group .icon {
    color: #442EB2;
    position: absolute;
    left: 12px;
    z-index: 9;
    /* font-size: 15px; */
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
}
  .search-labels {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    display: inline-flex;
    padding: 12px 25px;
    margin: 0;
    margin-bottom: -1px;
  }

  .search-labels a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #444444;
    text-decoration: none;
  }

  .search-labels a:last-child {
    margin: 0;
  }

  .search-labels a.active,
  .search-labels a:hover {
    color: #442EB2;
  }

  .search-wrapper .select2.select2-container {
    width: 100% !important;
    z-index: auto !important;
  }

  .search-wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 45px !important;
    /* padding-left: 10px; */
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #E5E5EE;
  }
  .search-wrapper .select2-container--default .select2-selection--single > span {
    line-height: 45px;
    padding-left: 30px;
    height: 45px;
  }
  .search-wrapper .dropdown-toggle {
    border: 1px solid #E5E5EE;
    border-radius: 6px;
    padding: 0 10px;
    color: #475467;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    height: 45px;
    padding-left: 30px;
  }

  .search-wrapper .fields-wrapper .form-group.search-btn {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  .form-group.search-btn .btn-purple{
    width: 100%;
  }
  .select2-container--open .select2-dropdown {
    /* width: 300px !important; */
  }

  .select2-search--dropdown {
    display: block;
    padding: 14px;
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #442EB2;
    color: white;
  }

  span.select2.select2-container.select2-container--open.select2-container--focus {
    /* width: 300px !important; */
    background: #fff;
    z-index: 99;
    /* border: 1px solid rgb(0 0 0 / 10%); */
  }

  .search-wrapper .dropdown-menu {
    padding: 14px;
  }

  .search-wrapper .dropdown-menu li label {
    margin-bottom: 10px;
  }

  .banner-other-info {
    margin-top: 120px;
  }

  .banner-other-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .banner-other-info ul li {
    display: flex;
    margin-right: 30px;
    align-items: center;
  }

  .banner-other-info ul li .icon {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
  .banner-other-info ul li .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .banner-other-info ul li p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1D134B;
  }

  .modal-content .modal-header {
    border: none;
    padding: 0;
  }

  .modal-content .modal-header .btn-close {
    width: 20px;
    height: 20px;
    color: #fff;
    right: 15px;
    top: 15px;
    position: absolute;
    padding: 0;
    opacity: 1;
    z-index: 9;
  }

  .modal .modal-body {
    padding: 25px;
  }

  .modal .modal-body .logo {
    margin-bottom: 35px;
    width: 220px;
  }

  .modal .modal-body .modal-head {
    margin-bottom: 30px;
  }

  .modal-head h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #242A31;
    margin-bottom: 10px;
  }

  .modal-head p {
    font-size: 14px;
    line-height: 20px;
    color: #888FA6;
    margin: 0;
  }
  .modal-head p a {
    color: #242A31;
    text-decoration: none;
  }
  .modal .modal-body .modal-head .icon {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
  .login-type-list .item {
    background: #FFFFFF;
    border: 1px solid #CDD1E0;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    width: 49%;
  }

  .login-type-list .item.active, .login-type-list .item:hover {
    background: #F7FBFF;
    border: 1px solid #442EB2;
    box-shadow: 0px 0px 15px rgba(0, 123, 255, 0.1);
  }


  .login-type-list .item .image {
    width: 65px;
    height: 65px;
    margin-right: 20px;
  }

  .login-type-list .item .content {
    width: calc(100% - 100px);
  }

  .login-type-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .login-type-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .login-type-list.loginOpt {
    margin: 0;
  }
  .modal-action .button {
    height: 55px;
    width: 100%;
    font-size: 15px;
  }

  .login-type-list .item .content h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #242A31;
    margin-bottom: 5px;
  }

  .login-type-list .item.active .content h4 ,  .login-type-list .item:hover .content h4 {
    color: #442EB2;
  }

  .login-type-list .item .content p {
    font-size: 12px;
    color: #888FA6;
    margin: 0;
  }


  .modal .modal-body .form-group .form-control {
    background-color: rgba(0, 0, 0, 0.01);
    border: 0.722222px solid #CDD1E0;
    border-radius: 10px;
    height: 48px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #242A31;
    box-shadow: none;
    outline: none;
    appearance: auto;
}
.modal .modal-body .form-group textarea.form-control {
  height: auto;
}

.modal .modal-body .form-group label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #242A31;
    margin-bottom: 7px;
}
.modal-body .form-wrapper form h3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #242A31;
  margin-bottom: 7px;
}
.modal .modal-body .form-group.radio{
  position: relative;
}
.modal .modal-body .form-group.radio input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.form-group.radio input:checked ~ .value-label{
  background-color: rgba(0, 0, 0, 0.1);

}
.modal .modal-body .form-group .value-label {
  background-color: rgba(0, 0, 0, 0.01);
  border: 0.722222px solid #CDD1E0;
  border-radius: 10px;
  height: 48px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #242A31;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal .modal-body .form-group {
    margin-bottom: 15px;
}

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

.modal .modal-body .form-wrapper .modal-action {
    margin-top: 30px;
}


.form-wrapper .check label {
    font-size: 10px;
    color: #242A31;
    margin-left: 6px;
}

.form-wrapper .remeber-forget .check {
    display: flex;
    align-items: center;
}

.form-wrapper .forget-link {
    color: #242A31;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.modal .modal-body .other-info .or {
    margin: 25px 0;
    text-align: center;
    border-bottom: 1px solid #CDD1E0;
    position: relative;
}

.modal .modal-body .other-info .or span {
    position: absolute;
    left: 50%;
    top: 0;
    margin: auto;
    display: inline-block;
    transform: translate(-50%, -50%);
    background: #fff;
    font-size: 10px;
    padding: 0 10px;
    color: #242A31;
    font-weight: 600;
}

.modal .modal-body .social-login-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-body .social-login-links ul li {
    border: 0.722222px solid #CDD1E0;
    border-radius: 10px;
    width: 33.3%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.modal .modal-body .social-login-links ul li a {
  color: #212529;
  width: 100%;
  display: block;
  text-align: center;
}


.modal .modal-body .social-login-links ul li:last-child {
    margin: 0;
}

.modal .modal-body .other-link p {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 0;
}

.modal .modal-body .other-link {
    margin-top: 20px;
}

.modal .modal-body .other-link p a {
    color: #442EB2;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}



.student-education {
  padding: 80px 40px;
  /* background: url('../images/student-bg.png'); */
  background-color: #edeff0;
}

.student-section {
  background: #fff;
  padding-bottom: 90px;
  border-bottom: 1px solid #E9ECF2;
}

.education-section {
  background: #fff;
}

.student-education .section-heading {
  text-align: center;
  position: relative;
  top: -35px;
  margin-bottom: 30px;
}

.student-education .top-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.student-education .section-heading p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #323548;
  margin: 0;
  opacity: 0.5;
}

.student-education .section-heading h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  color: #323548;
  margin-bottom: 10px;
}

.student-education .item .icon {
  width: 60px;
  height: 60px;
}


.student-education .item h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #323548;
  margin-bottom: 15px;
}

.student-education .item p {
  color: #323548;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.5;
  margin: 0;
}
.cards-list .item {
  text-align: center;
}
.cards-list .item .icon {
  margin: 0 auto;
  margin-bottom: 20px;
}

.education-list {
  padding-bottom: 50px;
}

.education-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  max-width: 450px;
}

.education-list .item .icon {
  margin-right: 20px;
}

.education-list .item .content {
  width: calc(100% - 80px);
}


.whats-new-section {
  padding: 70px 0;
  background: #F5F4FA;
}

.whats-new-section .section-heading {
  text-align: center;
  margin-bottom: 50px;
  color: #1D134B;
}


.whats-new-section .section-heading h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}

.whats-new-section .section-heading p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    opacity: 0.5;
    margin: 0;
}


.quizzes-slider .slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.quizzes-slider .slider-head h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: #1D134B;
    margin: 0;
}

.slider-head .search-field {
    position: relative;
}

.slider-head .search-field .form-control {
    color: #777777;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    height: 50px;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
}

.slider-head .search-field .fa {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.quizzes-slider-list {
  margin-bottom: 50px;
}

.quizzes-slider-list .item {
    padding: 0 12px;
}
.quizzes-slider-list .item .image {
  border-radius: 15px 15px 0px 0px;
}

.quizzes-slider-list .item .image img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.quizzes-slider-list .item .content-area {
    background: #fff;
    padding: 25px;
    margin-top: -2px;
}

.quizzes-slider-list .item .content-area .owner-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quizzes-slider-list .item .owner-list .owner {
    display: flex;
    align-items: center;
}

.quizzes-slider-list .item .content-area h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.quizzes-slider-list .item .owner-list .owner .content h5 {
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    font-weight: 600;
    margin: 0;
}

.quizzes-slider-list .item .owner-list .owner .content  span {
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}

.quizzes-slider-list .item .owner-list .owner .image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.quizzes-slider-list .item .owner-list .owner .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.quizzes-slider-list .item .owner-list .owner .content {
    flex: 1;
    width: calc(100% - 40px);
}

.quizzes-slider-list .item .bottom-action {
  background: #FAFAFA;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0 15px 15px;
}
.quizzes-slider-list .item .bottom-action .price {
font-size: 24px;
line-height: 33px;
color: #2c2c2c;
font-weight: 700;
}

.quizzes-slider-list .item .bottom-action .btn-purple .fa {
margin-left: 10px;
}
.quizzes-slider-list .item .bottom-action .btn-purple {
    height: 50px;
    width: 140px;
}


.quizzes-slider .btn-white {
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    /* color: #000000; */
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 0 15px;
}

.quizzes-slider .btn-white .fa {
    margin-left: 10px;
}


.become-educator {
  padding: 70px 0;
}

.become-educator .bg {
  background: url('../images/become-educator-bg.png');
  background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 60px;
    background-position: left bottom;
    background-color: #F9FBFC;
    border-radius: 20px;
}

.become-educator .content-wrapper h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: #323548;
  margin-bottom: 20px;
}

.become-educator .content-wrapper h2 span {
  font-weight: 800;
}

.become-educator .content-wrapper  p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #323548;
  opacity: 0.5;
  margin-bottom: 25px;
}

.become-educator .content-wrapper .btn-purple {
  width: auto;
  padding: 12px 25px;
  height: 50px;
}

.become-educator .content-wrapper .btn-purple span {
  margin-left: 10px;
}

.our-partners {
  padding: 50px 0;
}
.our-partners .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.our-partners .section-heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: #442EB2;
  margin: 0;
  text-transform: uppercase;
}

.our-partners .logo-list .slick-track {
  display: flex;
  align-items: center;
}

.our-partners .logo-list .slick-track .item .image {
  text-align: center;
}

.our-partners .logo-list .slick-track .item .image img {
  margin: 0 auto;
  width: 130px;
}

.testimonial {
  padding: 50px 0;
}
.testimonial .section-heading{
  text-align: center;
}
.testimonial .section-heading h2{
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #1D1E25;
  max-width: 1020px;
    margin: 0 auto 80px;
}
.testimonial .section-heading .sub-heading {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #442EB2;
  display: block;
}
.testimonial-slider .slick-slide > div{
  padding:  20px;
}
.testimonial-slider .item {
  background: #F9FAFF;
  padding: 40px;
  border-radius: 20px;
}


.testimonial-slider .item .user-details {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-slider .item .user-details .image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.testimonial-slider .item  .content h5 {
  font-size: 24px;
  line-height: 33px;
  color: #2C2C2C;
  font-weight: 600;
  margin: 0;
}

.testimonial-slider .item .content span {
  font-size: 14px;
  line-height: 22px;
  color: #808D9E;
}

.testimonial-slider .item .user-details .content {
  width: calc(100% - 60px);
}

.testimonial-slider .item  p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 20px;
  color: #1D1E25;
}
.testimonial-slider .item  .rating-stars .fa {
  color: rgb(207, 207, 207);
}
.testimonial-slider .item  .rating-stars .fa.active {
  color: #442EB2;
}

.testimonial-slider .slick-dots li {
  width: 50px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
}
.testimonial-slider .slick-dots li .button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #F2F4FC;
}
.testimonial-slider .slick-dots li.slick-active .button:before {
  background: #442EB2;
}
.testimonial-slider .slick-dots li .button:before {
  width: 100%;
  height: 100%;
  content: '';
}

.footer {
  background: linear-gradient(97.25deg, rgba(222, 253, 255, 0.4) 0.42%, rgba(226, 221, 252, 0.4) 100%);
  border-top: 1px solid #E9ECF2;
  padding-top: 100px;
}

.footer-top {
  border-bottom: 1px solid #E9ECF2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  margin-bottom: 40px;
}

.footer-top .logo {
  width: 220px;
}

.footer-top-text {
  display: flex;
  align-items: center;
}

.footer-top-text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  margin-right: 40px;
  color: #808D9E;
}

.footer-top-text .btn-purple {
  height: 50px;
}
.footer .logo {
  width: 220px;
}
.footer-text p {
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  margin: 0;
}

.footer-text {
  margin-top: 20px;
  max-width: 250px;
}

.social-links ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.social-links li a {
  color: #475467;
  margin-right: 15px;
  font-size: 20px;
}
.footer-links .social li{
  margin-bottom: 15px;
}
.social li a {
  display: flex;
  align-items: center;
}
.social li span {
  background: #10131A;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
}
.footer-links h5 {
  color: #2B2B3D;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

.footer-links ul li a {
  text-decoration: none;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: inline-flex;
}
.footer-links ul li a:hover{
  color: #442EB2;
}

.footer-links ul li p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
  display: flex;
    align-items: flex-start;
}

.footer-links ul li:last-child {
  margin: 0;
}

.footer-links ul li .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #808D9E;
  margin-top: 4px;
}
.footer-bottom {
  border-top: 1px solid #C5BEE7;
  margin-top: 40px;
  padding: 25px 0;
  position: relative;
}
.footer-bottom .copyrights{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .copyrights p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
  margin: 0;
}

.footer-bottom .back-top {
  right: 12px;
  /* position: absolute; */
  color: #442EB2;
  font-size: 16px;
  font-weight: 600;
  top: 25px;
  cursor: pointer;
}

.custom-upload span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #442EB2;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  box-shadow: 0px 0px 19.685373306274414px 0px #0000000D;
  padding: 5px 20px;
  border-radius: 10px;
  border: 0.787415px solid #EDEDED;
}

.custom-upload {
  position: relative;
  height: 45px;
}

.custom-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}



.modal-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar
{
	width: 5px;
	background-color: #ffffff00;
}

.modal-body::-webkit-scrollbar-thumb
{
	background-color: #ccc;
}


.page-banner-section {
  padding-top: 100px;
  padding-bottom: 50px;
  min-height: 65vh;
  background: #ECEAF780;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.page-banner-section .banner-content-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.page-banner-section .banner-content-wrapper h1 {
  max-width: 100%;
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
}

.page-banner-section .banner-content-wrapper p {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.student-section.single {
  padding: 100px 0;
}


.student-section.single {
  padding: 100px 0;
}

.image-with-text {
  padding: 60px 0;
}

.image-with-text .content h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #323548;
  max-width: 510px;
}

.image-with-text .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-with-text .content p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  color: #323548;
  margin: 0;
}





.tutors-section {
  padding: 100px 0;
  background: #FBFBFC;
}

.tutors-section h1 {
  margin-top: 100px;
  margin-bottom: 30px;
}

.tutors-section .fields-wrapper {
  border: 1.5px solid #0000001A;
  border-radius: 10px;
  padding: 15px 20px;
}

.tutors-section .search-wrapper {
  margin-bottom: 50px;
}


.tutors-slider .slick-track {
  padding: 100px 0;
}

.tutors-slider .slick-track .tutor-item.slick-current.slick-center {
  transform: scale(1.2);
  opacity: 1;
  position: relative;
    z-index: 9;
}


.tutors-list .tutor-item {
  padding: 0 15px;
  opacity: 0.5;
}

 .tutor-item .item {
  box-shadow: 0px 0px 16.80672264099121px 0px #0000000D;
  border-radius:20px;
  border: 1px solid #ECEAF7;
  padding: 15px;
}
.tutor-item .item .image {
  height: 300px;
  width: 100%;
}

.tutor-item .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.tutor-item .item .other-info {
  background: #fff;
  border-radius: 0px 0px 12px 12px;
  padding: 15px;
}

.tutor-item .item .other-info .action-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tutor-item .item .other-info .action-buttons .button {
  /* width: 100%; */
  border-radius: 6px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 150px;
  justify-content: center;
}
 .tutor-item.slick-current.slick-center .item .other-info .action-buttons .button {
  background: #442EB2;
  color: #fff;
 }
.tutor-item .name-rate { 
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
  flex: 1;
}

.tutor-item .name-rate h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #1D2939;
  margin: 0;
}

.tutor-item .name-rate h4 {
  font-size: 24px;
  line-height: 28px;
  color: #1D2939;
  font-weight: 600;
  margin: 0;
}

.tutor-item .name-rate h4 span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #6B7385;
}

.tutor-item .item .other-info .progress-bar {
  background: #EEEEEE;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  margin: 0;
}

.tutor-item .item .other-info .progress-bar .progress {
  background: linear-gradient(90deg, #442EB2 0%, #007BFF 151.54%);
  width: 30%;
}

.item .other-info .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(
    #442EB2 calc(75 * 1%), /* Adjust this percentage */
    #ddd calc(75 * 1%) /* Fills the remaining with grey */
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.item .other-info .inner-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item .other-info .progress-text {
  font-size: 16px;
  font-weight: bold;
  color: #1D1F2C;
}
.tutors-section .view-more {
  margin-top: 30px;
  text-align: center;
}
.tutors-section .view-more .btn-purple {
  font-size: 20px;
  line-height: 30px;
  height: 50px;
  min-width: 170px;
}

.tutors-section .search-btn .button {
  font-size: 20px;
  line-height: 28px;
  height: 55px;
  width: 150px;
}
.tutors-section .search-wrapper .dropdown-toggle,.tutors-section .search-wrapper .select2-container--default .select2-selection--single {
  font-size: 14px;
}
.tutors-section .search-wrapper .fields-wrapper .form-group .icon{
  top: 50%;
}
.slick-slider .slick-arrow {
  background: #442EB2;
  box-shadow: inset 7px 0px 20px rgba(255, 255, 255, 0.15);
  opacity: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  z-index: 9;
  font-size: 18px;
  color: #fff;
  border: 7px solid #F5F5F5;
}


.slick-slider .slick-arrow:before {
  display: none;
}




.contact-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}

.contact-form .h2 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #202020;
}

.contact-form .section-heading h2 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 15px;
}

.contact-form .section-heading p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #6D6D6D;
  margin: 0;
}

.contact-form .section-heading {
  max-width: 490px;
  margin-bottom: 50px;
}

.contact-form .form-group label {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #242A31;
}

.contact-form .form-group .form-control {
  font-size: 18px;
  line-height: 28px;
  height: 60px;
  background: rgba(0, 0, 0, 0.01);
  border: 0.5px solid #CDD1E0;
  border-radius: 0;
  color: #242A31;
  box-shadow: none;
  outline: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}

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

.contact-form .action .button {
  height: 55px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  min-width: 170px;
}


.content-section {
  padding: 100px 0;
}

.custom-container {
  max-width: 1110px;
  margin: 0 auto;
}

.content-section.faqs .content {
  border: 2px solid #442EB2;
  border-radius: 40px;
  padding: 60px 40px;
}

.content-section.faqs .content h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #0C0C0C;
  margin-bottom: 15px;
}

.content-section.faqs .content p {
  font-size: 14px;
  line-height: 24px;
  color: #6F7982;
  margin-bottom: 15px;
}

.content-section.faqs .content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #0C0C0C;
}

.content-section.faqs .content p:last-child {
  margin: 0;
}

.content-section .content hr {
  border-color: #0000001A;
  opacity: 1;
}


.content-section.simple {
  margin-top: 100px;
}
.content-section.simple .breadcrum {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.content-section.simple .breadcrum ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-section.simple .breadcrum ul li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #007BFF;
}

.content-section.simple .breadcrum .breadcrumb-item {
    margin-right: 5px;
}

.content-section.simple .breadcrum .breadcrumb-item a {
    text-decoration: none;
    color: #000;
}

.content-section.simple .content {
  border: 2px solid rgb(0 0 0 / 10%);
  border-radius: 15px;
  padding: 50px;
}

.content-section.simple .content .content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content-heading h3 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  color: #1D1E25;
  margin: 0;
}

.content-heading h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.content-section.simple .content p {
  font-size: 17px;
  line-height: 28px;
  color: #323548;
  margin-bottom: 20px;
}

.content-section.simple .content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
}

.content-section.simple .content  ul li {
  font-size: 17px;
  line-height: 28px;
  color: #323548;
}

.mobile-user-icon{
  display: none;
}
.contact .map iframe {
  width: 100%;
}
.section-gap {
  padding: 120px 0;
}

.team-img-wrap {
    position: relative;
    margin-right: 15px;
}

.team-img-wrap .img-area {
  width: 100%;
  max-width: 230px;
  margin: auto;
  border-radius: 8px;
  height: 260px;
  overflow: hidden;
}

.team-img-wrap .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.team-content {
  flex: 1;
}
.team-content .reviews {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #6B7385;
}
.team-content .reviews img{
  margin-right: 10px;
}
.teamVdo-icon {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #442EB2;
    box-shadow: 0 1px 16px 0 rgba(0,0,0,.2);
    top: -30px;
    text-align: center;
    line-height: 70px
}

.teamVdo-icon img {
    width: 35px
}

.team-content h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px
}


.team-content a {
  text-decoration: none;
}
.team-content a h3 {
  color: #1D1E25;
}
.team-content h3 .t-payment {
    color: #6f7982;
    font-size: 25px;
    padding-left: 12px
}

.team-content h3 .t-payment span {
    font-weight: 300;
    font-size: 15px
}
.t-skills {
  font-size: 14px;
  color: #475467;
  margin-bottom: 5px;
}
.t-skills span {
  font-size: 14px;
  font-weight: 500;
  color: #1D2939;
  padding-right: 5px;
}

.t-skills span i {
    color: #442EB2
}

.team-content .t-des {
    margin-top: 15px;
    margin-bottom: 20px
}

.team-content .t-des .des-link {
    text-transform: uppercase;
    display: block;
    letter-spacing: .5px;
    color: #442EB2
}

.team-content .t-bottom {
   
}
.team-content .t-bottom ul.t-meta {
  margin: 0;
  padding: 0;
}
.team-content .t-meta li img {
  margin-right: 10px;
}
.team-content .t-meta li {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #929292;
  margin-right: 15px;
}
.team-content .price-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.price-btn .t-payment {
  font-size: 24px;
  font-weight: 600;
}
.t-payment span {
  color: #6B7385;
  font-size: 16px;
  font-weight: 500;
}

.team-btns .btn-info {
    padding: 15px 40px;
    font-size: 14px;
    min-width: 210px;
    margin-top: 10px;
    letter-spacing: .5px
}

.team-btns {
    padding-top: 70px
}

.team-btns .button {
    white-space: nowrap
}
.team-btns .button {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.team-btns .button:last-child {
  margin-bottom: 0;
}
.t-meta li:last-child {
    /* border: none;
    width: 33% */
}

.team-list-wrap {
    padding: 0;
}

.team-list-wrap .item {
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 40px 0px #0000001A;
  border: 1px solid #ECEAF7;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}
.page-slide {
  position: relative;
  min-height: 350px;
  overflow: hidden
}

.page-slide:before {
  content: '';
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%
}

.page-slide .shape_banners .img2 {
  top: -90px
}

.page-slide .shape_banners .img3 {
  top: 120px
}

.p-slide-content {
  margin-top: 130px;
  max-width: 800px;
  margin: 130px auto 0;
  position: relative
}

.p-slide-content h2 {
  font-size: 56px;
  font-weight: 700
}

.p-slide-content p {
  font-size: 16px
}



.match-profile .p-slide-content {
  margin-top: 130px;
  max-width: none;
  margin: 130px auto 0
}

.m-pro-img .team-img-wrap {
  position: absolute;
  margin-top: -230px;
  z-index: 99
}

.p-slide-content .team-content {
  /* color: #fff; */
  padding-top: 12px
}

.p-slide-content .t-skills span,.t-skills span i {
  color: #442EB2
}

/* .pro-skills-area .skill-box {
  background: #888;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  height: 155px;
  position: relative
}

.pro-skills-area .s-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  line-height: 75px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
  position: absolute
}

.skill-box .title {
  font-size: 62px;
  font-weight: 700;
  text-align: center
}

.skill-box .title .dollar {
  font-size: 30px
}

.skill-box .title .t-sec {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px
}

.skill-box.sb-1 {
  color: #fff;
  background: #442EB2
}

.skill-box.sb-1 .s-icon {
  top: -40px;
  left: -40px
}

.skill-box.sb-1 .title {
  font-size: 70px
}

.skill-box.sb-1 .title .t-sec {
  margin-left: -15px
}

.skill-box.sb-2 {
  color: #fff;
  background: #1077e1
}

.skill-box.sb-2 .s-icon {
  bottom: -40px;
  left: -40px
}

.skill-box.sb-2 .title {
  font-size: 70px
}

.skill-box.sb-2 .title .t-sec {
  margin-left: -5px
}

.skill-box.sb-3 {
  color: #fff;
  background: #159be8;
  margin-top: 50px
}

.skill-box.sb-3 .s-icon {
  top: -40px;
  right: -40px
}

.skill-box.sb-3 .title {
  font-size: 70px
}

.skill-box.sb-3 .title .t-sec {
  margin-left: -15px
}

.skill-box.sb-4 {
  color: #fff;
  padding-top: 20px;
  background: #0b47ca;
  transition: all .3s
}

.skill-box.sb-4 .s-icon {
  background: 0 0;
  margin: auto;
  position: relative;
  box-shadow: none
}

.skill-box.sb-4 .title {
  font-size: 20px;
  font-weight: 500
}

.skill-box.sb-4:hover {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.5)
} */

.p-intro-vdo-wrap {
  max-width: 1000px;
  margin: auto
}

.p-intro-vdo-wrap .vdo-wrapper {
  margin-bottom: 30px;
  background: url(../images/vdo-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 40px 90px;
  background-position: center
}

.p-intro-vdo-wrap .vdo-wrapper .videoWrapper {
  position: relative;
  width: 80%;
  margin: auto;
  height: 460px
}

.p-intro-vdo-wrap .vdo-content {
  text-align: center
}

.p-intro-vdo-wrap .vdo-content h4 {
  margin-bottom: 20px;
  font-size: 20px
}

.pro-intro-vdo {
  position: relative
}

.pro-intro-vdo::after {
  content: '';
  position: absolute;
  background: #f5f5f5;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  z-index: -1
}

.slots-head {
  padding: 0 10px 12px
}

.date-zone {
  display: flex;
  align-items: center;
  flex: 1
}

.dz-buttons {
  display: flex
}

.dz-buttons .slot-d-btn {
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #e3e5e6;
  color: #6f757b;
  background: 0 0
}

.dz-buttons .slot-d-btn:last-child {
  margin-left: -1px
}

.time-zone {
  text-align: right
}

.time-zone .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 30px;
  height: 40px;
  padding-right: 10px;
  text-align: left;
  padding-left: 10px
}

.time-zone .select2-container {
  width: 300px!important
}

.time-zone .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 32px
}

.daterange {
  flex: 0 0 auto;
  margin: 0 16px;
  font-size: 16px
}

.time-zone.Select {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 0 32px 0 12px;
  height: 38px;
  max-width: 100%;
  width: 100%;
  position: relative;
  box-shadow: none;
  border: 1px solid #dadfe1;
  border-radius: 2px;
  background-color: #fff;
  color: #384047;
  backface-visibility: hidden;
  transition: color 50ms,border 50ms,background 50ms,box-shadow .2s;
  line-height: 1.4;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIyNTEgMzcgOSA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNBRUI1QkMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI1NS40OTQgNDJsNC40OTMtNUgyNTF6Ii8+PC9zdmc+);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 9px 5px;
  cursor: pointer;
  outline: 0;
  user-select: none;
  -webkit-appearance: none
}

.TimezonesSelectDesktop>:last-child {
  margin-left: 8px
}

.timeSlot-wrapper {
  max-width: 1070px;
  margin: auto;
  padding: 15px;
  box-shadow: 0px 5px 40px 0px #0000001A;
  border-radius: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.slots-table {
  width: 100%;
}

.slots-table table th {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase
}

.slots-table table th .day {
  color: #442EB2;
  font-size: 15px;
  font-weight: 400
}

.slots-table table td,.slots-table table th {
  padding: 2px
}

.slots-table table td .ts {
  text-align: center;
  background: #f8f8f8;
  position: relative;
  border-radius: 30px;
  min-width: 120px;
  padding: 8px;
  cursor: pointer;
  transition: all .3s
}

.slots-table table td .ts.active,.slots-table table td .ts:hover {
  background: #ffd800;
  color: #000
}

.slots-table table td .ts.groupClass.active,.slots-table table td .ts.groupClass:hover {
  background: #2c5bde;
  color: #fff
}

.slots-table table td,.slots-table table th {
  padding: 8px 3px
}

.summary-wrap {
  max-width: 620px;
  margin: auto;
  border: 1px solid #ECEFF3;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 5px 40px 0px #0000001A;
  padding: 20px;
}
.summary-wrap .table-bordered {
  border: none!important;
  margin: 0
}

.summary-wrap th {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.screenshot_area_three {
  background: #f8f8f8;
  padding: 135px 0 50px
}

.screenshot_area_three .section_title_two {
  margin-bottom: 70px
}

.app-promo-content-two h2 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 700;
}

.app-promo-content-two .promo-item {
  font-size: 18px;
  font-family: Lato,sans-serif
}

.row_reverse {
  flex-direction: row-reverse
}

.align_items_center {
  align-items: center;
}

.how-works-area .shape {
  position: absolute;
  top: 10px;
  left: 80px;
  z-index: -1
}

.how-works-area {
  position: relative;
  max-width: 1340px;
  margin: auto
}

.how-works-area .owl-dots {
  display: block;
  text-align: center;
  margin-top: -50px;
  padding-right: 30px;
  border: none;
  z-index: 999999;
  position: relative
}

.how-works-area .owl-dots .owl-dot {
  width: 30px;
  height: 6px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 3px;
  border: none;
  z-index: 999999;
  background: #cacaca
}

.how-works-area .owl-dots .owl-dot.active {
  background: #4c83ff
}

.shape_banners {
  position: absolute!important;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.shape_banners .img1 {
  right: 120px;
  position: absolute;
  top: 176px
}

.shape_banners .img2 {
  left: 0;
  top: 100px;
  position: absolute;
  right: 0;
  margin: auto;
  text-align: center
}

.shape_banners .img3 {
  top: 200px;
  position: absolute;
  left: 80px
}

.memphis-parallax li {
  position: absolute
}

.faq_solution_area .memphis-parallax li:nth-child(1),.how-works-area .memphis-parallax li:nth-child(1) {
  left: 40%;
  top: 200px
}

.faq_solution_area .memphis-parallax li:nth-child(3),.how-works-area .memphis-parallax li:nth-child(3) {
  left: 5%;
  top: 63%
}

.faq_solution_area .memphis-parallax li:nth-child(2),.how-works-area .memphis-parallax li:nth-child(2) {
  left: 17%;
  top: 120px
}

.faq_solution_area .memphis-parallax li:nth-child(6),.how-works-area.memphis-parallax li:nth-child(6) {
  left: 47%;
  top: 82%
}

.faq_solution_area .memphis-parallax li:nth-child(5),.how-works-area .memphis-parallax li:nth-child(5) {
  left: 46%;
  top: 60%
}

.faq_solution_area .memphis-parallax li:nth-child(7),.how-works-area .memphis-parallax li:nth-child(7) {
  left: 75%;
  top: 95%
}

.faq_solution_area .memphis-parallax li:nth-child(8),.how-works-area .memphis-parallax li:nth-child(8) {
  left: 13%;
  top: 81%
}

.faq_solution_area .memphis-parallax li:nth-child(4),.how-works-area .memphis-parallax li:nth-child(4) {
  left: 32%;
  top: 89%
}

.best_screen_features_area {
  position: relative;
  padding: 70px 0 10px 0;
  z-index: 1;
  overflow: hidden
}

.b_screen_img {
  margin-left: -50px;
  margin-top: 65px
}

.b_features_item {
  text-align: center
}

.b_features_icon {
  width: 85px;
  height: 85px;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  color: #3940d3;
  border: 1px solid #3940d3;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 35px;
  position: relative;
  margin: 20px auto;
  transition: all .2s linear
}

.b_features_icon img {
  transition: all .2s linear
}

.b_features_item:hover img {
  filter: brightness(0) invert(1)
}

.b_features_icon .hover_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(180deg,#00bade 0,#4a77f4 100%);
  box-shadow: 0 20px 30px 0 rgba(0,0,29,.14);
  transition: all .3s linear;
  opacity: 0;
  border-radius: 4px
}

.b_features_item h3 {
  font-size: 20px;
  line-height: 26px;
  color: #282835;
  font-weight: 600;
  padding-bottom: 15px;
  transition: all .2s linear
}

.b_features_item:hover .b_features_icon {
  color: #fff;
  border: 1px solid transparent
}

.b_features_item:hover .b_features_icon .hover_color {
  opacity: 1
}

.b_features_item:hover h3 {
  color: #4c84ff
}

.b_features_info {
  height: 100%
}
.hero-banner-area.video_bg #wrapper_bgndVideo {
  z-index: -3!important
}

.backgroud_slidshow {
  background-image: linear-gradient(40deg,#192beb 0,#11c6ea 70%);
  position: relative;
  z-index: 1
}

.subscribe_area {
  padding: 60px 0;
  z-index: 1;
  position: relative;
  background: #F9FAFF
}

.subscribe_area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.subscribe_area .subcribes .form-control {
  border-width: 1px;
  border-color: #f0f0fa;
  border-style: solid;
  border-radius: 40px;
  background-color: rgba(255,255,255,.902);
  box-shadow: 0 30px 80px 0 rgba(0,0,29,.1);
  height: 64px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 70px;
  color: #9a9aab;
  position: relative;
  z-index: 0
}

.subscribe_area .subcribes:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  color: #99e0e9;
  z-index: 1
}

.subscribe_area .subcribes {
  max-width: 630px;
  margin: 0 auto;
  position: relative
}

.subscribe_area h2,.subscribe_area p {
  color: #000
}

.subscribe_area .subcribes .form-control.placeholder {
  color: #9a9aab
}

.subscribe_area .subcribes .form-control:-moz-placeholder {
  color: #9a9aab
}

.subscribe_area .subcribes .form-control::-moz-placeholder {
  color: #9a9aab
}

.subscribe_area .subcribes .form-control::-webkit-input-placeholder {
  color: #9a9aab
}

.subscribe_area .subcribes .btn {
  top: 6px;
  right: 6px;
  height: 50px;
  border-radius: 30px!important
}

.customModal-Vdo .modal-content,.customModal-Vdo .modal-footer {
  background: 0 0;
  box-shadow: none;
  border: none
}

.customModal-Vdo .modal-body {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 0 14px rgba(255,255,255,.3);
  border-radius: 4px
}

.customModal-Vdo .modal-footer {
  justify-content: center;
  padding-top: 40px
}

.customModal-Vdo .close {
  position: absolute;
  right: -30px;
  background: #fff!important;
  width: 40px;
  height: 40px;
  z-index: 999;
  opacity: 1;
  border-radius: 50%;
  font-weight: 300;
  font-size: 17px;
  top: -35px;
  color: #666
}

.overview-area {
  overflow: hidden;
  position: relative;
  padding: 150px 0 120px
}

.shape {
  position: relative
}

.shape:before {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background: #fff!important;
  z-index: 0;
  opacity: 1;
  min-height: 107px;
  width: 2000px;
  transform: rotate(2.5deg);
  transform-origin: 100% 0 0
}

.whychoose-img img {
  max-width: 100%
}

.overview-details-right {
  display: flex
}

.overview-details {
  max-width: 570px;
  margin-right: auto;
  margin-left: 0;
  padding-left: 70px;
  flex: 1;
  align-self: center;
  justify-content: center
}

.overview-details .title-three {
  margin-bottom: 35px
}

.overview-details .title-four {
  margin-bottom: 10px
}

.overview-details p {
  color: #585e68;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 42px
}

.video_area {
  display: flex;
  background: #f6f5ff
}

.video_area .video-right {
  width: calc(50% + 225px)
}

.play-btn {
  font: 500 14px/14px ;
  color: #4c83ff;
  letter-spacing: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  border-bottom: 1px solid #4c83ff;
  padding: 40px 0 0;
  cursor: pointer
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 460px;
  background-color: #000
}

.videoWrapper .videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0
}

.videoWrapper .videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-position: 0 50%;
  background: url("../images/home/video-bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  transition: opacity .8s,height 0s;
  transition-delay: 0s,0s;
  z-index: 1
}

.videoWrapper .videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 95px;
  margin: -60px 0 0 -60px;
  background: url(../images/play.svg);
  border-radius: 50%;
  font-size: 50px;
  speak: none;
  line-height: 90px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  box-shadow: 0 0 0 10px rgba(255,255,255,.3)
}

.videoWrapper .videoPoster:after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(0deg,#000 0,#2f2e31 100%);
  opacity: .3;
  z-index: -1
}

.videoWrapper.videoWrapperActive .videoPoster {
  opacity: 0;
  transition-delay: 0s,0.8s;
  height: 0
}

.gradient-bg {
  background-image: linear-gradient(0deg,#4c84ff 0,#783dff 100%)
}

.subcribe_area {
  padding: 300px 0 318px;
  position: relative;
  z-index: 0
}

.subcribe_area .video-bg {
  background: url("../images/call-bg.jpg")
}

.subcribe_area.sec-pad {
  padding: 150px 0
}

.video-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
  opacity: .1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.subcribes {
  position: relative
}

.subcribes.input-group {
  max-width: 630px;
  margin: 0 auto;
  position: relative
}

.subcribes.input-group .form-control {
  color: #fff;
  background: 0 0;
  box-shadow: none;
  border-color: #fff;
  height: 60px;
  border-radius: 50px;
  width: 100%;
  padding-left: 30px
}

.subcribes.input-group .form-control.placeholder {
  color: #fff
}

.subcribes.input-group .form-control:-moz-placeholder {
  color: #fff
}

.subcribes.input-group .form-control::-moz-placeholder {
  color: #fff
}

.subcribes.input-group .form-control::-webkit-input-placeholder {
  color: #fff
}

.subcribes .btn {
  position: absolute;
  z-index: 3!important;
  cursor: pointer;
  letter-spacing: .5px
}

.joinus-area {
  padding: 120px 0 0
}

.joinus-area .title-four {
  margin-bottom: 60px
}

.joinus-details {
  position: relative;
  padding: 60px;
  border-right: 1px solid #e8e8f2
}

.join_info .col-md-6:last-child .joinus-details {
  border-right: 0px
}

.joinus-details p {
  color: #0c0c0c;
  margin-bottom: 40px;
  line-height: 30px
}

.joinus-details h3 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 20px
}

.joinus-area .join_info {
  background-color: #ffd800;
  box-shadow: 0 30px 80px 0 rgba(0,0,29,.1);
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden
}

.joinus-details:hover .app-icon:before {
  opacity: 1
}

.joinus-details:hover .app-icon img {
  filter: brightness(3)
}

.joinus-details .app-icon {
  width: 80px;
  height: 80px;
  line-height: 78px;
  border: 1px solid #4c84ff;
  text-align: center;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.expert-img {
  height: 100%
}

.expert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.joinus-details .app-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg,#00bade 0,#4a77f4 100%);
  box-shadow: 0 20px 30px 0 rgba(0,0,29,.14);
  z-index: -1;
  opacity: 0;
  transition: all .3s linear
}

.joinus-details .app-icon img {
  display: inline-block
}

.joinus-details .app-title {
  text-align: center;
  margin-bottom: 35px
}

.joinus-details .app-title h5 {
  font: 600 20px/30px ;
  color: #282835;
  letter-spacing: 0;
  padding: 45px 0 10px
}

.joinus-details .user-info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #8b8b99
}

.joinus-details .user-info .star-rating {
  display: inline-block;
  color: #f8bf10;
  font-size: 12px
}

.joinus-details .customer_table table {
  margin-bottom: 0
}

.joinus-details .customer_table table td {
  border: 0;
  font: 600 16px/22px;
  color: #282835
}

.joinus-details .customer_table table td+td {
  font-weight: 400;
  color: #585e68
}

@keyframes pluse {
  0% {
      opacity: .3
  }

  40% {
      opacity: .5;
      box-shadow: 0 0 0 2px rgba(76,131,255,.1),0 0 10px 10px #f1f5ff,0 0 0 10px rgba(76,131,255,.5)
  }

  80% {
      box-shadow: 0 0 0 5px rgba(241,245,255,.1),0 0 40px 40px #f1f5ff,0 0 0 40px rgba(241,245,255,.5);
      transform: scale(1);
      opacity: 0
  }

  100% {
      box-shadow: 0 0 0 2px rgba(241,245,255,.1),0 0 10px 10px #f1f5ff,0 0 0 10px rgba(241,245,255,.5);
      transform: scale(1.5);
      opacity: 0
  }
}


.card {
  border: 1px solid #e3e8eb;
  margin-bottom: 1.875rem;
  border-radius: 0;
}

.booking-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking-user-info .booking-user-img {
  width: 80px;
  margin-right: 15px;
}

.booking-user-info .booking-user-img img {
  border-radius: 4px;
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.schedule-widget {
  border-radius: 4px;
  min-height: 100px;
}

.schedule-header h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 3px 0 0;
}

.schedule-header {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
  margin-bottom: 12px;
}
.day-slot ul {
  float: left;
  list-style: none;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  position: relative;
  width: 100%;
}

.day-slot li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 14.28%;
}

.day-slot li a {
  font-size: 16px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 16px;
  gap: 10px;
  width: 40px;
  height: 40px;
  background: #F6F8FA;
  border-radius: 60px;
  flex: none;
  flex-grow: 0;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
}

.day-slot li span {
  display: block;
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #888;
}

.day-slot li span.slot-date {
  display: block;
  color: #000;
  font-size: 20px;

  margin-top: 5px;
  margin-bottom: 5px;
}

.day-slot li span.slot-date b {
  font-weight: 500;
  cursor: pointer;
  font-style: normal;
  padding: 6px 10px;
  border-radius: 50%;
}

.day-slot li span.slot-date b:hover {
  background: #442EB2;
  color: #fff;
}

.day-slot li span.slot-date b.active {

  background: #442EB2;
  color: #fff;
  border-radius: 50%;

}

.day-slot li span.slot-month {
  display: block;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
}

.day-slot li small.slot-year {
  color: #757575;
  font-size: 14px;
}
.day-slot li.left-arrow {
  left: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px !important;
  transform: translateY(-50%);
}

.day-slot li.right-arrow {
  right: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px !important;
  transform: translateY(-50%);
}
.day-slot li.left-arrow a:hover, .day-slot li.right-arrow a:hover{
  background: #ccc;
}

.schedule-cont {
  padding: 20px;
}

.time-slot ul {
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
}

.time-slot li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 14.28%;
}

.time-slot li .timing {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  color: #757575;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  position: relative;
}

.time-slot li .timing:hover {
  background-color: #fff;
}

.time-slot li .timing-i:hover {
  background-color: #ffd800 !important;
  border: 1px solid #ffd800;
  color: #000;
}

.time-slot li .timing-g:hover {
  background-color: #2c5bde !important;
  color: white;
}

.time-slot li .timing:last-child {
  margin-bottom: 0;
}

.time-slot li .timing.selected {
  background-color: #154fff;
  border: 1px solid #154fff;
  color: #fff;
}

.time-slot li .timing.selected-g {
  background-color: #2c5bde !important;
  border: 1px solid #2c5bde;
  color: #fff;
}

.time-slot li .timing.selected-i {
  background-color: #ffd800 !important;
  border: 1px solid #ffd800 !important;
  color: #000;
}

/*.time-slot li .timing.selected::before {*/
/*    color: #fff;*/
/*    content: "\f00c";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-size: 12px;*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    right: 6px;*/
/*    top: 6px;*/
/*}*/

.rating i.filled {
  color: #febe42;
}

.rating i {
  color: #dedfe0;
}

/*.time-slot li .timing.selected::before {*/
/*    color: #fff;*/
/*    content: "\f00c";*/
/*    font-family: "FontAwesome";*/
/*    font-size: 12px;*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    right: 6px;*/
/*    top: 6px;*/
/*}*/

.daterangepicker .ranges li.active {
  background-color: #154fff;
}

.tooltip-inner {
  padding: 5px 15px;
  border-radius: 0px;
  font-size: 11px;
}



@media only screen and (max-width: 992px) {
  .timeSlot-wrapper {
      overflow-x: auto;
  }

  .slots-table .schedule-header,
  .slots-table .time-slot {
      width: 1070px;
  }
}


.summary-wrap table tr td {
  min-width: 128px;
  text-align: left;
}


.modal .modal-body .form-group span.select2.select2-container.select2-container--open.select2-container--focus {
  width: 100% !important;
  border: none;
}

.modal .modal-body .form-group .select2-container {
  width: 100% !important;
}
.modal .modal-body .form-group .select2-container .select2-selection {
  border: 0.722222px solid #CDD1E0;
  outline: 0;
  min-height: 48px;
  background: rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  z-index: 999999;
}
.modal .modal-body .back {
  color: #2a2a2a;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.modal .modal-body .back .fa {
  margin-right: 5px;
}


.designed-section {
  background: #FEECEE;
  padding: 60px 0;
}
.designed-section .section-heading {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 0;
}
.designed-section .section-heading h2 {
  font-size: 48px;
  font-weight: 700;
  color: #442EB2;
  margin: 0;
  text-align: left;
}
.designed-section .content {
  max-width: 440px;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.designed-section .content p {
  color: #344054;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.features-section {
  padding: 50px 0;
}
.features-bg {
  border-radius: 16px;
  border: 1px solid rgba(68, 46, 178, 0.80);
  background: linear-gradient(271deg, rgba(128, 104, 186, 0.10) 0%, rgba(18, 204, 218, 0.05) 51%, rgba(167, 148, 214, 0.10) 100%);
  backdrop-filter: blur(42px);
  padding: 25px 40px;
}
.features-section .item {
  max-width: 305px;
}
  .features-section .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}
.features-section .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features-section h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1D2939;
  margin: 0;
}
.features-section p {
  font-size: 16px;
  font-weight: 400;
  color: #4A4C56;
  margin: 0;
}

.find-section {
  padding: 60px 0;
}
.find-section .image::before {
  content: '';
  position: absolute;
  background: #DFDDF5;
  right: 5%;
  top: 0;
  width: 90%;
  height: 90%;
  z-index: -1;
  border-radius: 16px;
}
.find-section .image {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  /*! padding-right: 60px; */
}

.find-section .image img {
  width: 85%;
  height: 90%;
  object-fit: cover;
}
.find-section .image.full::before{
  display: none;
}

.find-section .image.full img{
width: 100%;
height: 100%;
object-fit: contain;
}
.pre-heading {
  font-size: 20px;
  font-weight: 700;
  color: #442EB2;
  text-transform: uppercase;
}
.find-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1D134B;
  margin-top: 12px;
  margin-bottom: 16px;
}
.find-section p {
  font-size: 16px;
  color: #475467;
  margin-bottom: 25px;
}
.find-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.find-section ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1D2939;
  margin-bottom: 8px;
}
.find-section ul li .icon {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.find-section ul li p {
  color: #1D2939;
  font-weight: 500;
  margin: 0;
}


.find-section .btn-wrapper {
  display: inline-flex;
  flex-direction: column;
}
.find-section .btn-wrapper span {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #1D2939;
}
.find-section .btn-wrapper span img {
  margin-left: 8px;
}

.find-section .two-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.find-section .two-items li {
  width: 50%;
  margin-bottom: 20px;
}


.career-section {
  padding: 100px 0 50px;
  text-align: center;
}
.career-section .content-wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.career-section h2 {
  font-size: 44px;
  color: #1D134B;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}

.reviews-section {
  padding: 0 0 100px;
}
.reviews-wrapper {
  display: flex;
  border-top: 1px solid #ECECEC;
  padding-top: 40px;
}
.reviews-wrapper .item {
  text-align: center;
  padding: 0 25px;
}
.reviews-wrapper .item .icon {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.reviews-wrapper .item p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-style: italic;
  color: #50505B;
  margin-bottom: 25px;
}
.reviews-wrapper .item .user-details h5 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.reviews-wrapper .item .user-details span {
  font-size: 13px;
  font-weight: 500;
  color: #64646F;
}

.about-page-banner {
  padding: 180px 0 100px;
  background: #ECEAF77D;
}
.about-page-banner h1 {
  font-size: 40px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 30px;
}
.about-page-banner ul {
  padding: 0;
  list-style: none;
}
.about-page-banner ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.about-page-banner ul li p {
  margin: 0;
  font-size: 18px;
  color: #344054;
  flex: 1;
}
.about-page-banner ul li .icon {
  margin-right: 15px;
  width: 45px;
}
.about-page-banner .banner-content {
  padding-right: 50px;
}
.about-page-banner .image img {
  border-radius: 20px;
  width: 100%;
}

.our-journey {
  padding: 50px 0;
}

.journey-content-area .image {
  padding: 100px 0 250px;
}
.journey-content-area .item {
  width: 310px;
  position: absolute;
}

.journey-content-area .item.item1 {
  bottom: 480px;
}
.journey-content-area .item.item2 {
  bottom: 40px;
  left: 380px;
}
.journey-content-area .item.item3 {
  top: 10px;
  right: 320px;
}
.journey-content-area .item.item4 {
  right: 0;
  top: 480px;
}
.journey-content-area .item h3 {
  font-size: 22px;
  color: #442EB2;
  font-weight: 600;
}
.journey-content-area .item p {
  color: #475467;
  line-height: 1.8;
}
.journey-content-area {
  position: relative;
}

.our-values {
  background: #F5F4FA;
  padding: 100px 0;
}
.section-heading h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}
.section-heading {
  margin-bottom: 40px;
}
.our-values .item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.our-values .item .icon {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.our-values .item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #442EB2;
}
.our-values .item p {
  color: #475467;
  margin: 0;
}


.our-achievements {
  position: relative;
  padding: 50px 0;
}
.our-achievements .item {
  border: 1px solid #C5BEE7;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.our-achievements .item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #442EB2;
  margin-bottom: 10px;
}
.our-achievements .item p {
  font-size: 16px;
  color: #475467;
  margin: 0;
}
.our-achievements .item:hover {
  background: #F5F4FA;
}

.our-achievements .images {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.our-achievements .images::after {
  position: absolute;
  content: '';
  background: #ECEAF7;
  height: 90%;
  left: -10px;
  width: 1920px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: -1;
  border-radius: 30px;
}
.our-achievements .images .image {
  border-radius: 24px;
  padding: 0 10px;
}



.team-section {
  background: #F5F4FA;
  padding: 50px 0 100px;
}
.team-section .item {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}
.team-section .item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}
.team-section .item h3 span {
  color: #442EB2;
  font-weight: bold;
}
.team-section .item .image {
  margin-bottom: 15px;
}

.why-choose {
  padding: 100px 0;
}
.why-choose .section-heading {
  margin-bottom: 25px;
}
.why-choose .section-heading h2 {
  text-align: left;
}
.why-choose .content-area p {
  color: #475467;
  margin-bottom: 15px;
}
.why-choose .content-area .list .item:not(:last-child) {
  margin-bottom: 20px;
}
.content-area .list .item p {
  margin: 0;
}
.content-area .list .item h4 {
  font-size: 22px;
  color: #442EB2;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.content-area .list .item .icon {
  margin-right: 5px;
  width: 22px;
}
.why-choose .content-area .list {
  margin-top: 20px;
}
.why-choose .image {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 50px;
  position: relative;
}
.why-choose .image::after {
  position: absolute;
  content: '';
  background: #ECEAF7;
  height: 80%;
  right: -10px;
  width: 1920px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: -1;
  border-radius: 30px;
}




.student-banner-section {
  padding: 170px 0 80px;
  background: #F5F4FA;
}
.student-banner-section .banner-content h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.student-banner-section .banner-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.student-banner-section .btns-wrapper .btn-purple {
  margin-right: 15px;
}
.student-banner-section .btns-wrapper .btn {
  height: 45px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  font-weight: 500;
  min-width: 160px;
}
.student-features-section {
  padding: 80px 0;
}
.student-features-section .section-heading,.popular-teachers-section .section-heading{
  text-align: center;
}
.student-features-section .section-heading p,.popular-teachers-section .section-heading p {
  max-width: 550px;
  margin: 10px auto 0;
}


.student-features-section .item {
  text-align: center;
  padding: 0 30px;
}
.student-features-section .item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1D1F2C;
  margin-bottom: 8px;
}
.student-features-section .item .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}
.student-features-section .item p {
  font-size: 15px;
  color: #4A4C56;
  margin: 0;
}
.popular-teachers-section {
  background: #F5F4FA;
  padding: 100px 0;
}
.popular-teachers-section .item {
  border-radius: 16px;
  background: #F9FBF9;
  border: 1px solid #ECEAF7;
  padding: 22px;
  height: 100%;
}


.teacher-top-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.teacher-top-info .image {
  width: 130px;
  margin-right: 20px;
}
.teacher-top-info .name-designation {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.name-designation .name {
  font-size: 16px;
  font-weight: 600;
  color: #031411;
  margin: 0;
}
.name-designation .designation {
  color: #031411;
  font-size: 14px;
  font-weight: 500;
}
.name-designation .experience {
  background: #ECEAF7;
  border-radius: 60px;
  font-size: 14px;
  color: #031411;
  font-weight: 500;
  padding: 6px 14px;
  display: inline-block;
}
.popular-teachers-section .item .bio {
  font-size: 16px;
  color: #475467;
  margin-bottom: 40px;
}
.item .bio h5,.item .bio p {
  margin: 0;
  font-size: 16px;
  color: #475467;
}
.popular-teachers-section .item .action-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action-btn .logo {
  width: 120px;
}
.btn-light-purple {
  color: #442EB2;
  font-weight: 500;
  background: #442EB21C;
  padding: 5px 14px;
  border-radius: 8px;
  box-shadow: none;
  border: none;
}

.popular-teachers-section .item:hover {
  border-color: #442EB2;
}
.popular-teachers-section .item:hover .btn-light-purple {
  background: #442EB2;
  color: #fff;
}

.features-bg-dots {
  text-align: center;
  width: 75%;
  margin: 50px auto;
  margin-bottom: -90px;
}



.how-it-work-banner {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('../images/how-it-work-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.how-it-work-banner.profile-banner{
  min-height: 65vh;
}
.how-it-work-banner .banner-content {
  color: #fff;
}



.student-tutor-book-section {
  padding: 100px 0;
}
.student-tutor-book {
  display: flex;
  position: relative;
  padding-bottom: 70px;
}
.student-tutor-book .item {
  width: 50%;
}
.student-tutor-book .item-header {
  padding: 45px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 94%;
  position: relative;
}
.student-tutor-book .student-page .item-header {
background-image: url('../images/purple-top-border.svg');
}
.student-tutor-book .tutor-page .item-header {
  background-image: url('../images/black-top-border.svg');
  margin-left: auto;
  }
  
  .student-tutor-book::after {
    position: absolute;
    content: '';
    top: 180px;
    width: 100%;
    height: 90px;
    left: 0;
    background-image: url('../images/header-bottom-bar.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

.student-tutor-book .item-header .content{
  display: flex;
  align-items: center;
  width: 100%;
}
.item-header .icon {
  width: 85px;
  margin-right: 15px;
}
.item-header h2 {
  font-size: 30px;
  font-weight: bold;
}
.student-page .item-header h2 {
  color: #6958C1;
}
.tutor-page .item-header h2 {
  color: #1D134B;
}

.item.student-page .item-list {
  border-right: 4px solid #6958C1;
  padding-right: 80px;
  display: inline-block;
  width: 100%;
  height: calc(100% - 200px);
}
.item.tutor-page .item-list {
  border-left: 4px solid #1D134B;
  padding-left: 80px;
  height: calc(100% - 200px);
}
.student-tutor-book .item-list .item {
  display: flex;
  padding: 16px;
  width: 100%;
  background: #DDD9F23D;
  border-radius: 8px;
  align-items: center;
  position: relative;
}
.student-page .item-list .item {
  margin-top: 70px;
}

.student-tutor-book .tutor-page .item-list .item .content {
  margin-right: 0;
  margin-left: 15px;
}
.student-tutor-book .item-list .item:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0 , -50%);
  background: #D9D9D9;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 5px solid #000;
}
.student-page .item-list .item:after {
  right: -96px;
}
.tutor-page .item-list .item:after {
  left: -96px;
}
.student-tutor-book .item .content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.student-tutor-book .item.student-page  .content h4 {
  color: #442EB2;
}
.student-tutor-book .tutor-page .item-list .item {
  margin-bottom: 70px;
}
.student-tutor-book .item.tutor .content h4 {
  color: #1D134B;
}
.student-tutor-book .item .content p {
  color: #1D2939;
  margin: 0;
}
.student-tutor-book .item-list .item .content {
  flex: 1;
  margin-right: 15px;
}
.student-tutor-book .item-list .item .icon {
  width: 65px;
}
.student-tutor-book-section .bottom-icon {
  text-align: center;
}

.unlock-section {
  background: linear-gradient(97deg, #DEFDFF66 0% , #E2DDFC 100%);
  padding: 35px 0;
}
.unlock-section .content-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unlock-section .content-wrapper .content {
  width: 880px;
  max-width: 100%;
}
.unlock-section .content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 14px;
}
.content-wrapper .content p {
  color: #344054;
  margin-bottom: 30px;
  font-weight: 500;
}
.unlock-section .content-wrapper .image {
  width: 370px;
}



.profile-banner-info {
  display: flex;
}
.profile-banner-info .team-img-wrap {
  width: 200px;
  margin-right: 25px;
}
.profile-other-info h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.profile-other-info {
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-other-info .t-skills {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.profile-other-info .t-skills span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.profile-other-info .t-skills span i {
  color: #fff;
  margin-right: 10px;
}
.profile-other-info .team-content {
  flex: unset;
}
.profile-banner-info .team-img-wrap .img-area {
  max-width: 100%;
  height: 220px;
}


.profile-intro-banner .intro-wrapper {
  background: linear-gradient(270.98deg, rgba(128, 104, 186, 0.1) 0%, rgba(18, 204, 218, 0.05) 51%, rgba(167, 148, 214, 0.1) 100%);
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  border: 1.5px solid #442EB23D;
}
.profile-intro-banner .intro-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  color: #1D1F2C;
  font-weight: 700;
}
.intro-wrapper .title-four {
  margin-bottom: 24px;
}
.intro-wrapper .intro-text {
  font-size: 20px;
  line-height: 30px;
  color: #1D1F2CCF;
  margin-bottom: 30px;
}
.intro-wrapper .pro-skills-area {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.intro-wrapper .pro-skills-area .skill-box {
  max-width: 220px;
  margin-right: 15px;
  border-radius: 8px;
  box-shadow: 2px 2px 32px 0px #0801290D;
  padding: 15px 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.pro-skills-area .skill-box:last-child {
  margin-right: 0;
}
.skill-box.sb-1 {
  color: #fff;
  background: #6958C1;
}
.skill-box.sb-2 {
  color: #fff;
  background: #1A9882;
}
.skill-box.sb-3 {
  color: #fff;
  background: #1AA8EB;
}
.pro-skills-area .s-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.skill-box .title {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  flex: 1;
  margin-left: 12px;
}
.skill-box .title .dollar {
  font-size: 20px;
}
.skill-box .title .t-sec {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  display: block;
}


.lesson-booked-wraper {
  display: flex;
  align-items: center;
}
.lesson-booked-wraper .lesson-booked-image {
  width: 230px;
}
.lesson-booked-wraper .lesson-booked-content {
  flex: 1;
  padding-right: 20px;
}
.lesson-booked {
  background: linear-gradient(45.12deg, rgba(68, 46, 178, 0.04) -12.08%, rgba(125, 107, 215, 0.04) 47.87%, rgba(212, 205, 247, 0.04) 115.44%);
  padding: 35px 0;
}
.lesson-booked-content h2 {
  font-size: 40px;
  line-height: 52px;
  color: #101828;
  font-weight: 700;
}
.lesson-booked-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 30px;
}
.lesson-booked-content .btn {
  min-width: 230px;
  font-size: 18px;
}

#time-slots-section h2 {
  font-size: 40px;
  font-weight: 700;
}
#time-slots-section p {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1399px) {
  
h1 {
    font-size: 46px;
}
.header .navbar {
  padding: 15px 0;
}
.header .navbar-brand {
  width: 200px;
}
.header .navbar-collapse .nav-item {
  margin-right: 30px;
}
.header .login-btns .btn {
  height: 55px;
  width: 100px;
  font-size: 15px;
  line-height: 20px;
  margin-right: 10px;
}
  .banner-section {
    padding-top: 180px;
    padding-bottom: 50px;
}
.banner-content-wrapper {
  max-width: 650px;
}
.banner-content-wrapper p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.banner-other-info {
  margin-top: 100px;
}
.banner-other-info ul li {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.banner-other-info ul li .icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
.banner-other-info ul li p {
  font-size: 16px;
  line-height: 26px;
}
.student-education {
  padding: 60px 30px;
}
.student-section {
  padding-bottom: 70px;
}
.student-education .section-heading {
  top: -30px;
  margin-bottom: 25px;
}
.student-education .top-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.student-education .section-heading h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}
.student-education .section-heading p {
  font-size: 16px;
  line-height: 28px;
}
.cards-list .item .icon {
  margin-bottom: 15px;
}
.student-education .item .icon {
  width: 50px;
  height: 50px;
}
.student-education .item h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.student-education .item p {
  font-size: 14px;
  line-height: 20px;
}
.education-list {
  padding-bottom: 30px;
}
.education-list .item {
  margin-bottom: 30px;
  max-width: 400px;
}
.education-list .item .icon {
  margin-right: 15px;
}
.education-list .item .content {
  width: calc(100% - 70px);
}
.whats-new-section {
  padding: 50px 0;
}
.whats-new-section .section-heading h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}
.whats-new-section .section-heading p {
  font-size: 20px;
  line-height: 30px;
}
.quizzes-slider .slider-head h3 {
  font-size: 20px;
  line-height: 30px;
}
.slider-head .search-field .form-control {
  font-size: 14px;
  line-height: 20px;
  height: 45px;
}
.quizzes-slider-list .item .content-area {
  padding: 20px;
}
.quizzes-slider-list .item .content-area h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.quizzes-slider-list .item .bottom-action {
  padding: 12px 20px;
}
.quizzes-slider-list .item .bottom-action .btn-purple {
  height: 45px;
  width: 130px;
}
.quizzes-slider-list .item .bottom-action .price {
  font-size: 20px;
  line-height: 30px;
}
.quizzes-slider .btn-white {
  height: 45px;
  font-size: 14px;
  line-height: 20px;
}
.slick-slider .slick-arrow {
  width: 52px;
  height: 52px;
  font-size: 15px;
  border: 5px solid #F5F5F5;
}
.become-educator {
  padding: 50px 0;
}
.become-educator .content-wrapper h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
.become-educator .content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.become-educator .content-wrapper .btn-purple {
  padding: 10px 20px;
  height: 45px;
}
.our-partners {
  padding: 40px 0;
}
.our-partners .section-heading {
  text-align: center;
  margin-bottom: 30px;
}
.our-partners .section-heading h2 {
  /* font-size: 32px;
  line-height: 45px; */
}
.testimonial {
  padding: 40px 0;
}
.testimonial .section-heading .sub-heading {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.testimonial .section-heading h2 {
  font-size: 50px;
  line-height: 54px;
  max-width: 900px;
  margin: 0 auto 50px;
}
.testimonial-slider .slick-slide > div {
  padding: 15px;
}
.testimonial-slider .item {
  padding: 30px;
}
.testimonial-slider .item .user-details {
  margin-bottom: 15px;
}
.testimonial-slider .item .user-details .image {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.testimonial-slider .item .user-details .content {
  width: calc(100% - 55px);
}
.testimonial-slider .item .content h5 {
  font-size: 20px;
  line-height: 30px;
}
.testimonial-slider .item .content span {
  font-size: 12px;
  line-height: 20px;
}
.testimonial-slider .item p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}
.footer {
  padding-top: 70px;
}
.footer-top {
  padding: 20px 0;
  margin-bottom: 30px;
}
.footer-top .logo {
  width: 180px;
}
.footer-top-text p {
  font-size: 14px;
  line-height: 26px;
  margin-right: 25px;
}
.footer-top-text .btn-purple {
  height: 45px;
}
.footer-text p {
  font-size: 16px;
  line-height: 26px;
}
.footer-text {
  margin-top: 20px;
  max-width: 300px;
}
.social-links li a {
  margin-right: 12px;
  font-size: 18px;
}
.footer-links h5 {
  font-size: 15px;
}
.footer-links ul li {
  margin-bottom: 12px;
}
.footer-links ul li a {
  font-size: 15px;
  line-height: 22px;
}
.footer-links ul li .icon {
  margin-right: 6px;
  font-size: 18px;
}
.footer-bottom {
  margin-top: 30px;
  padding: 20px 0;
}
.footer-bottom .copyrights p {
  font-size: 14px;
  line-height: 22px;
}
.footer-bottom .back-top {
  right: 10px;
  top: 20px;
  font-size: 12px;
}
.footer-links ul li p {
  margin: 0;
  font-size: 15px;
}

.student-section.single {
  padding: 70px 0;
}
.image-with-text {
  padding: 50px 0;
}
.image-with-text .content h2 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 20px;
  max-width: 450px;
}
.image-with-text .content p {
  font-size: 18px;
  line-height: 30px;
}
.contact-form .section-heading h2 {
  font-size: 40px;
  line-height: 50px;
}
.contact-form .section-heading p {
  font-size: 20px;
}
.contact-form .section-heading {
  max-width: 450px;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.contact-form .form-group .form-control {
  font-size: 15px;
  line-height: 24px;
  height: 50px;
}
.contact-form .action .button {
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  min-width: 150px;
}
.contact .map iframe {
  width: 100%;
  height: 750px !important;
}
.content-section.simple {
  margin-top: 80px;
}
.content-section {
  padding: 80px 0;
}
.tutors-section h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.tutors-section .fields-wrapper {
  padding: 12px 20px;
}
.tutors-section .search-wrapper .dropdown-toggle, .tutors-section .search-wrapper .select2-container--default .select2-selection--single {
  font-size: 14px;
}
.tutors-section .search-btn .button {
  font-size: 18px;
  line-height: 26px;
  height: 50px;
  width: 140px;
}
.tutor-item .item .other-info {
  padding: 10px;
}
.tutor-item .name-rate {
  margin-bottom: 15px;
}
.tutor-item .name-rate h3 {
  font-size: 20px;
  line-height: 30px;
}
.tutor-item .name-rate h4 {
  font-size: 20x;
  line-height: 26px;
}
.tutor-item .name-rate h4 span {
  font-size: 16px;
  line-height: 22px;
}
.tutor-item .item .other-info .progress-bar {
  /* margin-bottom: 25px */
}

.designed-section ,.find-section{
  padding: 50px 0;
}
.designed-section .section-heading {
  max-width: 420px;
}
.designed-section .section-heading h2 {
  font-size: 40px;
}
.designed-section .content {
  max-width: 400px;
}
.designed-section .content p {
  font-size: 16px;
}

.features-bg {
  padding: 22px 30px;
}
.features-section .icon {
  width: 65px;
  height: 65px;
}
.features-section h5 {
  font-size: 16px;
}
.features-section p {
    font-size: 15px;
}
.pre-heading {
  font-size: 18px;
}
.find-section h2 {
  font-size: 42px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.find-section p {
  font-size: 15px;
  margin-bottom: 20px;
}
.find-section .btn-wrapper span {
  margin-bottom: 5px;
  font-size: 15px;
}
.find-section ul{
  margin-bottom: 25px;
}
.find-section ul li .icon {
  margin-right: 6px;
  width: 35px;
  height: 35px;
}
.career-section {
  padding: 70px 0 40px;
}
.career-section h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
.reviews-section {
  padding: 0 0 70px;
}

.about-page-banner {
  padding: 140px 0 70px;
}
.about-page-banner h1 {
  font-size: 34px;
  margin-bottom: 25px
}
.about-page-banner ul li{
  margin-bottom: 20px;
}
.about-page-banner ul li .icon {
  margin-right: 10px;
  width: 40px;
}
.about-page-banner ul li p{
  font-size: 16px;
}

.our-journey {
  padding: 50px 0 0;
}
.section-heading{
margin-bottom: 30px;
}
.section-heading h2{
  font-size: 32px;
}
.journey-content-area .image {
  padding: 80px 0 200px;
}
.journey-content-area .item{
  width: 300px;
}
.journey-content-area .item h3{
  font-size: 20px;
}
.journey-content-area .item p{
  font-size: 15px;
}
.journey-content-area .item.item1{
  bottom: 450px;
}
.journey-content-area .item.item2{
  left: 330px;
  bottom: 0;
}
.journey-content-area .item.item3{
  right: 260px;
}
.journey-content-area .item.item4{
  top: 430px;
}
.our-achievements .item {
    padding: 15px;
}
.our-achievements .item h3 {
  font-size: 18px;
}
.our-achievements .item p {
  font-size: 14px;
}
.our-values,.why-choose {
  padding: 70px 0;
}
.our-values .item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.our-values .item h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
.our-values .item p{
  font-size: 15px;
}
.why-choose .section-heading {
  margin-bottom: 20px;
}
.why-choose .content-area p {
  margin-bottom: 12px;
  font-size: 15px;
}
.why-choose .content-area .list .item:not(:last-child) {
  margin-bottom: 15px;
}
.content-area .list .item h4 {
  font-size: 20px;
}
.team-section {
  padding: 40px 0 70px;
}
.team-section .item {
  padding: 15px;
}
.team-section .item h3{
  font-size: 20px;
}

.student-banner-section {
  padding: 140px 0 60px;
}
.student-banner-section .banner-content h1 {
  font-size: 34px;
  margin-bottom: 20px;
}
.student-banner-section .banner-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.student-banner-section .btns-wrapper .btn {
  min-width: 140px;
}
.student-banner-section .btns-wrapper .btn-purple {
  margin-right: 10px;
}
.student-features-section {
  padding: 60px 0;
}
.student-features-section .item {
  padding: 0 20px;
}
.popular-teachers-section {
  padding: 70px 0;
}
.popular-teachers-section .item {
  padding: 20px;
}
.teacher-top-info .image {
  width: 120px;
  margin-right: 15px;
}
.features-bg-dots {
  margin-bottom: -90px;
}


.student-tutor-book .item-header {
  padding: 40px;
  height: 230px;
}
.student-tutor-book::after {
  top: 150px;
  height: 80px;
 }
 .student-tutor-book {
  padding-bottom: 30px;
}
 .item-header .icon {
  width: 75px;
  margin-right: 12px;
}
.item-header h2 {
  font-size: 26px;
}
.unlock-section {
  padding: 30px 0;
}
.unlock-section .content-wrapper .content {
  width: 750px;
  max-width: 100%;
}
.unlock-section .content h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.content-wrapper .content p{
  margin-bottom: 25px;
}
.unlock-section .content-wrapper .image {
  width: 300px;
}
.team-list-wrap .item {
  padding: 18px;
}
.team-img-wrap .img-area {
  max-width: 200px;
}
.team-content .reviews {
  margin-bottom: 10px;
}
.team-content .price-btn {
  margin-top: 15px;
}

.profile-intro-banner .intro-wrapper {
  padding: 35px;
}
.profile-intro-banner .intro-wrapper h2 {
  font-size: 34px;
  line-height: 44px;
}
.intro-wrapper .title-four {
  margin-bottom: 20px;
}
.intro-wrapper .intro-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.intro-wrapper .pro-skills-area .skill-box {
  max-width: 200px;
  margin-right: 10px;
  padding: 12px 10px;
}

.pro-skills-area .s-icon {
  width: 45px;
  height: 45px;
}
.skill-box .title {
  font-size: 28px;
  margin-left: 10px;
}
.skill-box .title .dollar {
  font-size: 18px;
}
.skill-box .title .t-sec {
  font-size: 15px;
}


.lesson-booked-wraper .lesson-booked-image {
  width: 200px;
}
.lesson-booked-wraper .lesson-booked-content {
  padding-right: 20px;
}
.lesson-booked {
   padding: 30px 0;
}
.lesson-booked-content h2 {
  font-size: 34px;
  line-height: 48px;
}
.lesson-booked-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.lesson-booked-content .btn {
  min-width: 200px;
  font-size: 16px;
}

#time-slots-section h2 {
  font-size: 34px;
}
#time-slots-section p {
  font-size: 16px;
}

}
@media (max-width: 1199px) {
  h1 {
    font-size: 38px;
}
.header .navbar {
  padding: 10px 0;
}
.header .navbar-brand {
  width: 180px;
}
.header .navbar-collapse .nav-item .nav-link {
  font-size: 15px;
}
.header .login-btns .btn {
  height: 50px;
  width: 90px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
}
  .banner-section {
    padding-top: 120px;
    padding-bottom: 40px;
    min-height: auto;
}
.banner-content-wrapper {
  max-width: 550px;
}
.banner-content-wrapper p {
  font-size: 16px;
  line-height: 28px;
}
.banner-image {
  right: 30px;
  bottom: 60px;
}
.banner-other-info {
  margin-top: 80px;
}
.banner-other-info ul li {
  margin-right: 15px;
}
.banner-other-info ul li .icon {
  margin-right: 10px;
  width: 38px;
  height: 38px;
}
.banner-other-info ul li p {
  font-size: 14px;
  line-height: 24px;
}
.student-education {
  padding: 40px 25px;
}
.student-section {
  padding-bottom: 60px;
}
.student-education .section-heading {
  top: -25px;
  margin-bottom: 20px;
}
.student-education .top-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.student-education .section-heading h2 {
  font-size: 24px;
  line-height: 34px;
}
.student-education .section-heading p {
  font-size: 15px;
  line-height: 24px;
}
.student-education .item .icon {
  width: 45px;
  height: 45px;
}
.student-education .item h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.student-education .item p {
  font-size: 12px;
  line-height: 18px;
}
.education-list .item .icon {
  margin-right: 10px;
}
.whats-new-section {
  padding: 40px 0;
}
.whats-new-section .section-heading {
  margin-bottom: 40px;
}
.whats-new-section .section-heading h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 7px;
}
.whats-new-section .section-heading p {
  font-size: 18px;
  line-height: 28px;
}
.quizzes-slider .slider-head {
  margin-bottom: 15px;
}
.quizzes-slider .slider-head h3 {
  font-size: 18px;
  line-height: 28px;
}
.quizzes-slider-list .item .content-area {
  padding: 15px;
}
.quizzes-slider-list .item .content-area h3 {
  font-size: 18px;
  line-height: 24px;
}
.quizzes-slider-list .item .bottom-action {
  padding: 12px 15px;
}
.quizzes-slider-list .item .content-area h3 {
  font-size: 16px;
  line-height: 22px;
}
.quizzes-slider-list .item .bottom-action .btn-purple {
  height: 40px;
  width: 120px;
  padding: 5px 10px;
}
.quizzes-slider-list .item .bottom-action .price {
  font-size: 18px;
  line-height: 28px;
}
.slick-slider .slick-arrow {
  width: 45px;
  height: 45px;
  font-size: 14px;
}
.become-educator {
  padding: 40px 0;
}
.become-educator .bg {
  padding: 90px 40px;
}
.become-educator .content-wrapper h2 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 10px;
}
.become-educator .content-wrapper p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.our-partners {
  padding: 30px 0;
}
.our-partners .section-heading {
  margin-bottom: 25px;
}
.our-partners .section-heading h2 {
  /* font-size: 28px;
  line-height: 40px; */
}
.testimonial {
  padding: 30px 0;
}
.testimonial .section-heading .sub-heading {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.testimonial .section-heading h2 {
  font-size: 44px;
  line-height: 50px;
  max-width: 750px;
  margin: 0 auto 30px;
}
.testimonial-slider .slick-slide > div {
  padding: 12px;
}
.testimonial-slider .item {
  padding: 25px;
}
.testimonial-slider .item .user-details .image {
  width: 40px;
  height: 40px;
}
.testimonial-slider .item .user-details .content {
  width: calc(100% - 50px);
}
.testimonial-slider .item .content h5 {
  font-size: 18px;
  line-height: 28px;
}
.testimonial-slider .item p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
}
.footer {
  padding-top: 50px;
}
.footer-top {
  padding: 15px 0;
  margin-bottom: 20px;
}
.footer-top .logo {
  width: 150px;
}
footer .logo {
  width: 180px;
}
.footer-top-text p {
  font-size: 12px;
  line-height: 20px;
  margin-right: 15px;
}
.footer-text {
  margin-top: 15px;
  max-width: 250px;
}
.footer-text p {
  font-size: 14px;
  line-height: 24px;
}
.footer-links h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-links ul li a {
  font-size: 14px;
  line-height: 20px;
}
.footer-links ul li p {
  font-size: 14px;
  line-height: 20px;
}
.footer-bottom {
  margin-top: 20px;
  padding: 15px 0;
}
.footer-bottom .copyrights p {
  font-size: 12px;
  line-height: 20px;
}
.student-section.single {
  padding: 50px 0;
}
.image-with-text {
  padding: 40px 0;
}
.image-with-text .content h2 {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 15px;
  max-width: 400px;
}
.image-with-text .content p {
  font-size: 16px;
  line-height: 28px;
}
.contact-form .section-heading h2 {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 10px;
}
.contact-form .section-heading p {
  font-size: 16px;
  line-height: 24px;
}
.contact-form .section-heading {
  max-width: 400px;
  margin-bottom: 25px;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group label {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
.contact-form .form-group .form-control {
  font-size: 14px;
  line-height: 22px;
  height: 50px;
}
.contact-form .action .button {
  height: 45px;
  font-size: 12px;
  line-height: 18px;
  min-width: 120px;
}
.contact .map iframe {
  width: 100%;
  height: 700px !important;
}
.content-section {
  padding: 70px 0;
}
.custom-container {
  max-width: 900px
}
.content-section.faqs .content {
  padding: 40px 30px;
}
.content-section.simple {
  margin-top: 70px;
}
.content-section {
  padding: 70px 0;
}
.content-section.simple .breadcrum {
  margin-bottom: 15px;
}
.content-section.simple .breadcrum ul li {
  font-size: 15px;
  line-height: 22px;
}
.content-section.simple .content {
  padding: 35px;
}
.content-section.simple .content .content-heading {
  margin-bottom: 30px;
}
.content-heading h3 {
  font-size: 30px;
  line-height: 40px;
}
.content-heading h5 {
  font-size: 15px;
  line-height: 22px;
}
.content-section.simple .content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.content-section.simple .content ul li {
  font-size: 15px;
  line-height: 24px;
}
.content-section.simple .content h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tutors-section h1 {
  margin-top: 30px;
}
.tutors-section .search-wrapper {
  margin-bottom: 30px;
}
.tutors-section .search-wrapper .dropdown-toggle, .tutors-section .search-wrapper .select2-container--default .select2-selection--single {
  font-size: 14px;
}
.tutors-slider .slick-track {
  padding: 70px 0;
}
.tutors-section .search-btn .button {
  font-size: 16px;
  line-height: 24px;
  height: 45px;
  width: 120px;
}
.tutors-section .fields-wrapper {
  padding: 10px 15px;
}
.tutor-item .item {
  padding: 10px;
}
.tutor-item .item .other-info {
  /* padding: 15px; */
}
.tutor-item .name-rate h3 {
  font-size: 20px;
  line-height: 30px;
}
.tutor-item .name-rate h4 {
  font-size: 16px;
  line-height: 24px;
}
.tutor-item .name-rate h4 span {
  font-size: 13px;
  line-height: 20px;
}
.tutor-item .name-rate {
  margin-bottom: 10px;
}
.tutor-item .item .other-info .progress-bar {
  margin-bottom: 20px;
}
.tutor-item .item .other-info .action-buttons .button {
  height: 42px;
  font-size: 14px;
}
.tutors-section .view-more {
  margin-top: 25px;
}
.tutors-section .view-more .btn-purple {
  font-size: 16px;
  height: 45px;
  min-width: 150px;
}
.designed-section ,.features-section,.find-section {
  padding: 40px 0;
}
.designed-section .section-heading {
  max-width: 380px;
}
.designed-section .section-heading h2 {
  font-size: 36px;
}
.designed-section .content {
  max-width: 380px;
}
.designed-section .content p {
  font-size: 15px;
}

.features-section .icon {
  width: 65px;
  height: 65px;
}
.features-section h5 {
  font-size: 16px;
}
.features-section p {
    font-size: 15px;
}

.pre-heading {
  font-size: 16px;
}
.find-section h2 {
  font-size: 38px;
}
.find-section p {
  font-size: 14px;
  margin-bottom: 15px;
}
.find-section ul{
  margin-bottom: 20px;
}
.find-section .btn-wrapper span{
  font-size: 14px;
}
.btn-purple{
  height: 45px;
}
.career-section h2 {
  font-size: 34px;
}
.reviews-wrapper .item {
  padding: 0 10px;
}




.about-page-banner {
  padding: 120px 0 50px;
}
.about-page-banner h1 {
  font-size: 30px;
  margin-bottom: 20px
}
.about-page-banner ul li{
  margin-bottom: 15px;
}
.about-page-banner ul li .icon {
  margin-right: 10px;
  width: 35px;
}
.about-page-banner ul li p{
  font-size: 15px;
}

.our-journey {
  padding: 40px 0 0;
}
.section-heading{
margin-bottom: 25px;
}
.section-heading h2{
  font-size: 28px;
}
.journey-content-area .image {
  padding: 60px 0 150px;
}
.journey-content-area .item{
  width: 300px;
}
.journey-content-area .item h3{
  font-size: 18px;
}
.journey-content-area .item p{
  font-size: 14px;
  line-height: 1.5;
}
.journey-content-area .item.item1{
  bottom: 320px;
}
.journey-content-area .item.item2{
  left: 260px;
  bottom: 0;
}
.journey-content-area .item.item3{
  right: 200px;
}
.journey-content-area .item.item4{
  top: 330px;
}
.our-achievements .item {
    padding: 15px;
}
.our-achievements .item h3 {
  font-size: 16px;
}
.our-achievements .item p {
  font-size: 12px;
}
.our-values,.why-choose {
  padding: 50px 0;
}
.our-values .item {
  padding: 15px;
}
  .our-values .item .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}
.our-values .item h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.our-values .item p{
  font-size: 14px;
}
.why-choose .section-heading {
  margin-bottom: 20px;
}
.why-choose .content-area p {
  margin-bottom: 10px;
  font-size: 14px;
}
.why-choose .content-area .list .item:not(:last-child) {
  margin-bottom: 12px;
}
.content-area .list .item h4 {
  font-size: 18px;
}
.team-section {
  padding: 35px 0 50px;
}
.team-section .item {
  padding: 12px;
}
.team-section .item h3{
  font-size: 18px;
}

.student-banner-section {
  padding: 120px 0 40px;
}
.student-banner-section .banner-content h1 {
  font-size: 28px;
  margin-bottom: 15px;
}
.student-banner-section .banner-content p {
  font-size: 14px;
  margin-bottom: 15px;
}
.student-banner-section .btns-wrapper .btn {
  min-width: 120px;
  font-size: 14px;
}
.student-banner-section .btns-wrapper .btn-purple {
  margin-right: 10px;
}
.student-features-section {
  padding: 50px 0;
}
.student-features-section .item {
  padding: 0 0px;
}
.student-features-section .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
}
.student-features-section .item h3 {
  font-size: 16px;
}
.popular-teachers-section {
  padding: 50px 0;
}
.popular-teachers-section .item {
  padding: 12px;
}
.teacher-top-info .image {
  width: 80px;
  margin-right: 10px;
}
.name-designation .name {
  font-size: 15px;
}
.name-designation .designation {
  font-size: 12px;
}
.name-designation .experience{
  font-size: 12px;
}
.item .bio h5, .item .bio p{
  font-size: 14px;
}
.popular-teachers-section .item .bio {
  font-size: 14px;
  margin-bottom: 30px;
}
.btn-light-purple{
  font-size: 12px;
}


.student-tutor-book-section {
  padding: 70px 0;
}
.item.student-page .item-list {
  padding-right: 50px;
}
.item.tutor-page .item-list{
  padding-left: 50px;
}
.student-page .item-list .item::after {
  right: -66px;
}
.tutor-page .item-list .item::after {
  left: -66px;
}
.student-tutor-book .item-list .item {
  padding: 12px;
}
.student-tutor-book .item .content p{
  font-size: 15px;
}
.student-tutor-book .item-header {
  padding: 30px;
}
.item-header .icon {
  width: 70px;
}
.item-header h2 {
  font-size: 24px;
}
.student-tutor-book .item-list .item .icon {
  width: 55px;
}

.unlock-section .content-wrapper .content {
  width: 650px;
}
.unlock-section .content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.content-wrapper .content p{
  margin-bottom: 22px;
}
.unlock-section .content-wrapper .image {
  width: 250px;
}

.team-list-wrap .item {
  flex-direction: column;
}
.team-img-wrap {
  position: relative;
  margin-right: 0;
  width: 100%;
  margin-bottom: 15px;
}
.team-img-wrap .img-area {
  max-width: 100%;
  height: 300px;
}
.team-content {
  flex: 1;
  width: 100%;
}



.profile-banner-info .team-img-wrap {
  width: 180px;
  margin-right: 25px;
}
.profile-other-info h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.profile-other-info .t-skills {
  font-size: 16px;
}
.profile-other-info .t-skills span {
  font-size: 18px;
}
.profile-banner-info .team-img-wrap .img-area {
  max-width: 100%;
  height: 200px;
}
.section-gap {
  padding: 80px 0;
}





.profile-intro-banner .intro-wrapper {
  padding: 30px;
}
.profile-intro-banner .intro-wrapper h2 {
  font-size: 28px;
  line-height: 40px;
}
.intro-wrapper .title-four {
  margin-bottom: 15px;
}
.intro-wrapper .intro-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.intro-wrapper .pro-skills-area .skill-box {
  max-width: 180px;
  margin-right: 10px;
  padding: 10px 10px;
}

.pro-skills-area .s-icon {
  width: 40px;
  height: 40px;
}
.skill-box .title {
  font-size: 24px;
  margin-left: 10px;
}
.skill-box .title .dollar {
  font-size: 16px;
}
.skill-box .title .t-sec {
  font-size: 14px;
}


.lesson-booked-wraper .lesson-booked-image {
  width: 180px;
}
.lesson-booked-wraper .lesson-booked-content {
  padding-right: 20px;
}
.lesson-booked {
   padding: 25px 0;
}
.lesson-booked-content h2 {
  font-size: 28px;
  line-height: 40px;
}
.lesson-booked-content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.lesson-booked-content .btn {
  min-width: 180px;
  font-size: 16px;
}

#time-slots-section h2 {
  font-size: 28px;
}
#time-slots-section p {
  font-size: 15px;
}
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
}
  .header .navbar .container {
    position: relative;
    padding-right: 50px;
}
.header .navbar .navbar-toggler {
  padding: 3px 5px;
  border-color: #000;
  position: absolute;
  right: 0;
  box-shadow: none;
  outline: none;
}
.header .navbar-collapse {
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  background: #fff;
  padding: 0;
  box-shadow: 0px 3px 3px 0px #ffffff40;
  z-index: 9;
}
.header .navbar-collapse .nav-item {
  margin-right: 0;
  /* margin-bottom: 10px; */
 
  /* padding-bottom: 5px; */
}
.header .navbar-collapse .nav-item .nav-link {
  padding: 10px 10px;
  border-bottom: 1px solid #ffffff40;
}
.header .navbar-collapse .nav-item .nav-link.active,.header .navbar-collapse .nav-item .nav-link:hover {
  background-color: #442EB2;
  color: #fff;
}
.header .navbar-collapse .nav-item .nav-link::before{
  display: none;
}
.header .navbar-collapse .nav-item:last-child {
  margin: 0;
  border: none;
  padding: 0;
}
.header .login-btns .btn {
  height: 45px;
}

.banner-content-wrapper p {
  font-size: 16px;
  line-height: 26px;
}
.banner-image {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 150px;
  width: 70%;
  z-index: 1;
  opacity: 0.3;
}
.search-labels {
  padding: 10px 20px;
}
.search-labels a {
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
}
.search-wrapper .select2-container--default .select2-selection--single{
  font-size: 14px;
}
.search-wrapper .dropdown-toggle{
  font-size: 14px;
}
.banner-other-info ul{
  flex-wrap: wrap;
}
.banner-other-info {
  margin-top: 50px;
}
.banner-other-info ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.banner-other-info ul li .icon {
  margin-right: 5px;
  width: 32px;
  height: 32px;
}
.banner-other-info ul li p {
  font-size: 12px;
  line-height: 22px;
}
.student-education {
  padding: 30px 20px;
}
.student-section {
  padding-bottom: 40px;
}
.student-education .section-heading {
  top: -20px;
  margin-bottom: 15px;
}
.student-education .top-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.student-education .section-heading h2 {
  font-size: 20px;
  line-height: 30px;
}
.student-education .section-heading p {
  font-size: 14px;
  line-height: 22px;
}
.student-education .item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.student-education .item h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.whats-new-section {
  padding: 30px 0;
}
.whats-new-section .section-heading h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.whats-new-section .section-heading p {
  font-size: 16px;
  line-height: 26px;
}
.quizzes-slider .slider-head h3 {
  font-size: 16px;
  line-height: 26px;
}
.slider-head .search-field .form-control {
  height: 42px;
}
.become-educator {
  padding: 30px 0;
}
.become-educator .bg {
  padding: 50px 30px;
  background-size: 100%;
}
.become-educator .content-wrapper h2 {
  font-size: 28px;
  line-height: 40px;
}
.become-educator .content-wrapper p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}
.become-educator .content-wrapper .btn-purple {
  padding: 5px 15px;
  height: 42px;
}
.our-partners {
  padding: 25px 0;
}
.our-partners .section-heading h2 {
  /* font-size: 24px;
  line-height: 34px; */
}
.testimonial .section-heading .sub-heading {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.testimonial .section-heading h2 {
  font-size: 38px;
  line-height: 45px;
  max-width: 650px;
  margin: 0 auto 30px;
}
.student-section.single {
  padding: 30px 0;
}
.image-with-text {
  padding: 30px 0;
}
.image-with-text .content h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  max-width: 350px;
}
.image-with-text .content p {
  font-size: 14px;
  line-height: 24px;
}
.content-section {
  padding: 50px 0;
}
.custom-container {
  max-width: 700px
}
.content-section.faqs .content {
  padding: 30px 20px;
  border-radius: 30px;
}

.content-section.simple .breadcrum {
  margin-bottom: 10px;
}
.content-section.simple .breadcrum ul li {
  font-size: 12px;
  line-height: 20px;
}
.content-section.simple .content {
  padding: 25px;
}
.content-section.simple .content .content-heading {
  margin-bottom: 20px;
}
.content-heading h3 {
  font-size: 24px;
  line-height: 36px;
}
.content-heading h5 {
  font-size: 14px;
  line-height: 20px;
}
.content-section.simple .content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.content-section.simple .content ul li {
  font-size: 14px;
  line-height: 22px;
}
.content-section.simple .content h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tutors-list .tutor-item {
  opacity: 1;
}
.tutors-slider .slick-track .tutor-item.slick-current.slick-center {
  transform: scale(1);
}
.tutors-slider .slick-track {
  padding: 50px 0;
}
.tutors-section {
  padding: 70px 0;
}

footer .logo {
  width: 180px;
  margin: 0 auto;
}
.footer-text {
  margin-top: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}


.designed-section .section-heading h2 {
  font-size: 32px;
}

.designed-section .content p {
  font-size: 14px;
}

.find-section .content-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.career-section {
  padding: 50px 0 30px;
}
.career-section h2 {
  font-size: 30px;
}
.reviews-section {
  padding: 0 0 50px;
}

.section-heading {
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 24px;
}
.about-page-banner {
  padding: 100px 0 50px;
}
.about-page-banner .banner-content {
  padding-right: 0;
}
.about-page-banner h1 {
  font-size: 26px;
  margin-bottom: 16px;
}
.about-page-banner ul li p {
  font-size: 14px;
}
.journey-content-area .image {
  padding: 50px 0 120px;
}
.journey-content-area .item {
  width: 270px;
}
.journey-content-area .item h3 {
  font-size: 16px;
}
.journey-content-area .item p {
  font-size: 12px;
}
.journey-content-area .item.item1 {
  bottom: 250px;
}
.journey-content-area .item.item2 {
  left: 180px;
  bottom: 0;
}
.journey-content-area .item.item3 {
  right: 80px;
}
.journey-content-area .item.item4 {
  top: 260px;
}
.our-achievements {
  padding: 40px 0;
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-body .logo {
  margin-bottom: 25px;
  width: 180px;
}
.modal .modal-body .modal-head {
  margin-bottom: 20px;
}
.login-type-list .item {
  width: 100%;
}
.student-banner-section .banner-content {
  margin-bottom: 30px;
}
.student-features-section .item{
  margin-bottom: 30px;
}
.features-bg-dots{
  display: none;
}

.student-tutor-book-section {
  padding: 50px 0;
}
.item.student-page .item-list {
  padding-right: 30px;
}
.item.tutor-page .item-list{
  padding-left: 30px;
}
.student-page .item-list .item::after {
  right: -46px;
}
.tutor-page .item-list .item::after {
  left: -46px;
}
.student-tutor-book .item-list .item {
  padding: 10px;
}
.student-tutor-book .item .content p{
  font-size: 14px;
}
.student-tutor-book .item-header {
  padding: 25px;
}
.item-header .icon {
  width: 60px;
}
.item-header h2 {
  font-size: 22px;
}
.student-tutor-book .item .content h4{
  font-size: 16px;
  margin-bottom: 5px;
}
.student-tutor-book .item-list .item .icon {
  width: 50px;
}
.student-tutor-book .item-header{
  height: 180px;
}
.student-tutor-book::after {
  top: 124px;
  height: 60px;
}
.student-tutor-book .tutor-page .item-list .item {
  margin-bottom: 50px;
}
.item.student-page .item-list ,.item.tutor-page .item-list{
  height: calc(100% - 140px);
}
.how-it-work-banner{
  min-height: 450px;
  padding-bottom: 50px;
}
.how-it-work-banner.profile-banner{
  min-height: 450px;
}
.unlock-section .content-wrapper .content {
  width: 550px;
}
.unlock-section .content h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.content-wrapper .content p{
  margin-bottom: 20px;
}
.unlock-section .content-wrapper .image {
  width: 200px;
}
.section-gap {
  padding: 60px 0;
}
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
}
  .header .navbar-brand {
    width: 160px;
}
.banner-section {
  padding-top: 100px;
  padding-bottom: 25px;
  height: auto;
}
.banner-other-info ul {
  flex-wrap: wrap;
  justify-content: center;
}
.banner-other-info ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.banner-content-wrapper h1 {
  max-width: 450px;
}
.banner-content-wrapper h1 img{
  width: 100px;
}
.search-wrapper .fields-wrapper {
  padding: 15px 15px;
  flex-wrap: wrap;
}

.cards-list .item{
  margin-bottom: 20px;
}
.education-list .item .content {
  width: calc(100% - 50px);
}
.quizzes-slider-list .item {
  padding: 0 5px;
}
.become-educator .bg {
  padding: 30px;
  background-size: 100%;
  background: #eaeaeb;
}
.testimonial-slider .slick-slide > div {
  padding: 5px;
}
.testimonial-slider .item {
  padding: 15px;
}
.whats-new-section .section-heading h2 {
  font-size: 22px;
  line-height: 32px;
}
.whats-new-section .section-heading p {
  font-size: 14px;
  line-height: 24px;
}
.quizzes-slider .slider-head h3 {
  font-size: 14px;
  line-height: 24px;
}
.slider-head .search-field .form-control {
  height: 40px;
  border-radius: 4px;
}
.quizzes-slider-list .item .content-area h3 {
  font-size: 15px;
  line-height: 20px;
}
.quizzes-slider-list .item .owner-list .owner .content h5 {
  font-size: 12px;
}
.quizzes-slider-list .item .owner-list .owner .image {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.quizzes-slider-list .item .bottom-action {
  padding: 10px 12px;
}
.become-educator .content-wrapper h2 {
  font-size: 24px;
  line-height: 36px;
}
.become-educator {
  padding: 25px 0;
}
.testimonial .section-heading h2 {
  font-size: 34px;
  line-height: 42px;
}
.testimonial-slider .item .content h5 {
  font-size: 15px;
  line-height: 24px;
}
.footer-links {
  margin-bottom: 20px;
}
.footer-top-text p {
  margin-right: 10px;
}
.footer-top-text .btn-purple {
  height: 42px;
  font-size: 12px;
  padding: 5px 15px;
}
.footer-bottom .copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bottom .copyrights p {
  margin-bottom: 10px;
}
.footer-bottom .back-top {
  position: absolute;
}
.image-with-text {
  padding: 20px 0;
}
.image-with-text .content {
  margin-bottom: 20px;
}
.image-with-text .content h2{
  max-width: 100%;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}
.page-banner-section{
  height: auto;
}
.contact-form {
  padding: 30px 0;
}
.contact .map iframe {
  height: 600px !important;
}
.content-section {
  padding: 30px 0;
}
.custom-container {
  max-width: 520px
}
.content-section.faqs .content {
  padding: 25px 15px;
  border-radius: 20px;
}
.content-section.faqs .content h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
.content-section.faqs .content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}
.content-section.faqs .content h4{
  font-size: 14px;
}
.tutors-slider .slick-track {
  padding: 30px 0;
}
.tutors-section .view-more {
  margin-top: 20px;
}
.tutors-section .view-more {
  margin-top: 0;
}
.tutors-section .search-wrapper {
  margin-bottom: 10px;
}
.tutors-section .view-more .btn-purple {
  font-size: 14px;
  line-height: 26px;
  height: 45px;
}
.tutors-section .search-wrapper .dropdown-toggle, .tutors-section .search-wrapper .select2-container--default .select2-selection--single {
  font-size: 14px;
}
.tutors-section .search-btn .button {
  font-size: 14px;
  line-height: 22px;
  height: 42px;
  width: 100px;
}
.tutors-list .tutor-item{
  padding: 0;
}
.features-section,.designed-section {
padding: 30px 0;
}
.designed-section .section-heading {
  margin-left: auto;
  margin-bottom: 20px;
}
.designed-section .content{
  margin-right: auto;
}

.our-partners .section-heading {
  margin-bottom: 20px;
}

.features-section .item {
  text-align: center;
  margin: 0 auto 30px;
}
.features-section .item:last-child {
  /* margin-bottom: 0; */
}
.features-section .icon {
  margin: 0 auto 10px;
}
.find-section h2 {
  font-size: 30px;
}
.career-section {
  padding: 30px 0 30px;
}
.career-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.journey-content-area .image {
  padding: 80px 0 150px;
}
.journey-content-area .item {
  width: 200px;
}
.journey-content-area .item.item1 {
  bottom: 240px;
}
.journey-content-area .item.item2 {
  left: 100px;
  bottom: -10px;
}
.journey-content-area .item.item3 {
  right: 80px;
  top: 0px;
}
.journey-content-area .item.item4 {
  top: 230px;
}
.team-section .item {
  max-width: 350px;
  margin: 0 auto;
}
.student-tutor-book::after {
  top: 120px;
  height: 40px;
}
.student-tutor-book .item-header {
  height: 150px;
  padding: 20px;
}
.item-header .icon {
  width: 40px;
  margin-right: 10px;
}
.item-header h2 {
  font-size: 20px;
}
.student-tutor-book {
  padding-bottom: 0px;
}
.student-tutor-book .item-list .item {
  padding: 15px 10px;
  flex-direction: column-reverse;
  margin-top: 50px;
}
.student-tutor-book .item-list .item .icon {
  width: 50px;
  margin-bottom: 15px;
}
.student-tutor-book .item-list .item .content {
  margin-right: 0;
  margin-left: 0;
}
.student-tutor-book .tutor-page .item-list .item {
  margin-bottom: 30px;
  margin-top: 0;
  flex-direction: column;
}
.student-tutor-book .tutor-page .item-list .item .content {
  margin-right: 0;
  margin-left: 0;
}
.how-it-work-banner{
  min-height: 300px;
  padding-bottom: 50px;
}
.how-it-work-banner.profile-banner{
  min-height: 300px;
}
.unlock-section .content-wrapper{
  flex-wrap: wrap;
}
.unlock-section .content-wrapper .content{
  margin-bottom: 20px;
}
.tutors-section {
  padding: 30px 0 50px;
}


.profile-banner-info .team-img-wrap {
  width: 150px;
  margin-right: 20px;
}
.profile-other-info h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.profile-other-info .t-skills {
  font-size: 15px;
}
.profile-other-info .t-skills span {
  font-size: 16px;
}
.profile-banner-info .team-img-wrap .img-area {
  max-width: 100%;
  height: 180px;
}

.section-gap {
  padding: 40px 0;
}
.intro-wrapper .pro-skills-area .skill-box{
  margin-bottom: 10px;
}
.timeSlot-wrapper {
  height: auto;
  margin-bottom: 20px;
}
.lesson-booked-wraper{
  flex-wrap: wrap;
}
.lesson-booked-wraper .lesson-booked-content {
  padding-right: 0;
  width: 100%;
  flex: unset;
  margin-bottom: 20px;
}
}
@media (max-width: 575px) {
  h1 {
    font-size: 26px;
}
.banner-content-wrapper .text-purple::before {
  width: 90px;
  height: 20px;
  bottom: -8px;
  background-size: 100%;
}
.banner-content-wrapper p {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
}
  .header .navbar-brand {
    width: 140px;
}
.header .navbar .container {
  padding-right: 60px;
}
.header .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  right: 10px;
}
.header .login-btns .btn {
  height: 40px;
  width: auto;
  border-radius: 4px;
}
.banner-section {
  /* background: linear-gradient(270deg, #9B77FF 0%, #1E5CFF 100%); */
}

.slick-slider .slick-next{
 right: 0;
}
.slick-slider .slick-prev{
  left: 0;
 }

 .mobile-user-icon{
  display: block;
    width: 40px !important;
    height: 40px;
    line-height: 25px;
    min-width: 40px !important;
    border-radius: 5px;
    padding: 6px;
 }
 .whats-new-section .section-heading {
  margin-bottom: 20px;
}
.quizzes-slider .slider-head {
  margin-bottom: 10px;
  flex-direction: column;
}
.quizzes-slider .slider-head h3 {
  margin-bottom: 15px;
}
.become-educator .bg {
  padding: 20px;
}
.become-educator .content-wrapper h2 {
  font-size: 20px;
  line-height: 30px;
}
.our-partners .section-heading h2 {
  /* font-size: 20px;
  line-height: 30px; */
}
.become-educator {
  padding: 20px 0;
}
.our-partners {
  padding: 20px 0;
}
.testimonial {
  padding: 25px 0;
}
.testimonial .section-heading h2 {
  font-size: 22px;
  line-height: 32px;
}
.footer-top {
  padding: 10px 0;
  margin-bottom: 20px;
  flex-direction: column;
}
.footer-top-text {
  justify-content: space-between;
  width: 100%;
}
.footer-top-text p {
  margin-right: 5px;
}
.footer-top-text .btn-purple {
  height: 40px;
  font-size: 12px;
  padding: 5px 10px;
}
.footer-top .logo {
    width: 150px;
    margin-bottom: 15px;
}
.footer-text p {
  font-size: 12px;
  line-height: 20px;
}
.footer-links {
  margin-bottom: 10px;
  margin-top: 20px;
}
.footer-links h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-bottom {
  margin-top: 15px;
  padding: 10px 0;
}
.footer-bottom .back-top {
  right: 0px;
  top: -30px;
}
.modal .modal-body {
  padding: 25px;
}
.modal .modal-body .logo {
  margin-bottom: 20px;
}
.modal .modal-body .modal-head {
  margin-bottom: 20px;
}
.modal-head h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.modal-head p {
  font-size: 12px;
  line-height: 20px;
}
.login-type-list .item {
  padding: 12px;
}
.login-type-list .item .image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.login-type-list .item .content {
  width: calc(100% - 60px);
}
.login-type-list .item .content h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.login-type-list .item .content p {
  font-size: 12px;
}
.modal-action .button {
  height: 50px;
  font-size: 14px;
}
.student-section.single {
  padding: 20px 0;
}
.image-with-text .content h2{
  font-size: 22px;
  line-height: 30px;
}
.contact-form .section-heading h2 {
  font-size: 30px;
  line-height: 40px;
}
.contact-form .section-heading p {
  font-size: 14px;
  line-height: 20px;
}
.contact-form .section-heading {
  margin-bottom: 15px;
}
.contact .map iframe {
  height: 500px !important;
}
.content-section.simple .content {
  padding: 15px;
}
.content-section.simple .content .content-heading {
  flex-direction: column;
}
.content-heading h3 {
  margin-bottom: 20px;
}
.designed-section .section-heading{
  margin-bottom: 15px;
}
.designed-section .section-heading h2 {
  font-size: 28px;
}
.pre-heading {
  font-size: 14px;
}
.find-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.find-section .two-items li {
  width: 100%;
  margin-bottom: 10px;
}
.career-section h2 {
  font-size: 20px;
}
.about-page-banner {
  padding: 80px 0 30px;
}
.about-page-banner h1 {
  font-size: 20px;
  margin-bottom: 12px;
}
.about-page-banner ul li p {
  font-size: 12px;
}

.section-heading h2 {
  font-size: 20px;
}
.journey-content-area .image{
  display: none;
}
.journey-content-area .item {
  width: 100%;
  position: unset;
}

.student-banner-section {
  padding: 90px 0 20px;
}
.student-banner-section .banner-content h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.student-features-section {
  padding: 30px 0 10px;
}
.popular-teachers-section {
  padding: 30px 0;
}
.student-features-section .section-heading p, .popular-teachers-section .section-heading p{
  font-size: 14px;
}
.action-btn .logo {
  width: 100px;
}
.student-tutor-book{
  flex-wrap: wrap;
}
.student-tutor-book .item {
  width: 100%;
}
.item.tutor-page .item-list,.item.student-page .item-list{
  border: none;
  padding: 0;
  height: auto;
}
.student-tutor-book .item-list .item::after {
  display: none;
}
.student-tutor-book .item-list .item,.student-tutor-book .tutor-page .item-list .item{
  margin-top: 20px;
}
.student-tutor-book::after {
  display: none;
}
.student-tutor-book .item-header {
  background-image: none !important;
  border: 4px solid;
  border-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.student-tutor-book .item-header .content{
  justify-content: center;
}
.item.tutor-page {
  margin-top: 50px;
}
.student-tutor-book .student-page .item-header{
  border-color: #442EB2;
}
.student-tutor-book-section {
  padding: 30px 0;
}
.unlock-section .content h2{
  font-size: 20px;
}

.profile-banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-banner-info .team-img-wrap{
  margin-right: 0;
}
.section-gap {
  padding: 30px 0;
}
}





/* TIME SLOTS */
.timeslots
{
  min-width: 450px;
}
.Block___28cLv {
  display:flex;
  flex-wrap:wrap;
  border:1px solid #dadfe1;
  border-radius:4px
 }
 .TimeIcon___3MEVT {
  fill:#442eb2
 }
 .TimeItemBlock___3rIKp:nth-child(-n+4) {
  border-bottom:1px solid #dadfe1
 }
 .TimeItemBlock___3rIKp {
  display:flex;
  flex-direction:column;
  align-items:center;
  width:25%;
  padding:5px;
  user-select:none;
  border-right:1px solid #dadfe1;
  cursor:pointer
 }
 .TimeItemLabel____ksFn {
  padding:4px 0 0;
  font-weight:500
 }
 .TimeItemText___2PC4t {
  text-align:center;
  padding:0;
  font-size:11px;
  font-weight:400;
  color:#aeb5bc
 }
 .TimeFilterBlock___2hfRu+.DayFilterBlock___GXAzf {
  margin-top:24px
 }
 .FilterLabel___F7Ye1 {
  color:#8a959e;
  text-transform:uppercase;
  font-size:12px;
  padding:0 0 4px;
  letter-spacing:.75px
 }
 .Block___33Hsa {
  display:flex;
  border-radius:4px;
  border:1px solid #dadfe1
 }
 .DayItem___3Wy11 {
  cursor:pointer;
  user-select:none;
  padding:2px;
  flex:1 1 10px;
  text-align:center;
  font-size:12px;
  border-right:1px solid #dadfe1;
  text-transform:uppercase
 }
 .TimeItemBlock___3rIKp.isSelected___3H3rq {
  color:#fff;
  background-color:#2c5bde
 }
 .DayItem___3Wy11.isSelected___1ciIn {
  color:#fff;
  background-color:#442eb2
 }

.modal-action .btn-purple{
  width: 100%;
  min-width: 100%;;
  height: 50px;
}

/***CLOSE ALERT ****/
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/** Validation error*/
label.error, label.errors{color:#8b0000;font-weight:normal;display:none !important;}
.form-control.error{border:1px solid #8b0000;}
.form-control.error, .required{border:1px solid #8b0000;}
.has-error .form-control, .has-error .chkbox ,.has-error .select2 .select2-selection {border:1px solid #8b0000 !important;}
.help-block {
    color: #8b0000;
    display: block;
    text-align: left;font-size: 13px;
}
.text-red-600{color:#8b0000}
.validation-error.text-danger
{
  color: #8b0000 !important;
  font-size: 13px;
}