@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

h3 span {
  color: #1aa554;
}

.btn-primary {
  background-color: #fff;
  border-color: #fff;
  border-radius: 20px;
  color: #5f2d91;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
}

.btn-primary span {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 50%;
}

.btn-primary span img {
  margin: 7px auto;
}

.line {
  background-color: #1aa554;
  height: 2px;
  display: inline-block;
}

.line:first-child {
  width: 118px;
}

.line:last-child {
  width: 18px;
  margin-left: 10px;
}

header {
  padding: 20px 0 10px;
  background-color: #fbfbfb;
}

#banner {
  background-color: #fbfbfb;
  padding: 20px 0 0;
}

#banner h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
}

#banner h1 span {
  color: #1aa554;
}

#banner .right-form {
  background-color: #fff;
  border-radius: 3px;
  padding: 35px;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 72px;
}

#banner .right-form h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

#banner .right-form p {
  color: #858383;
  font-size: 14px;
  line-height: 20px;
  padding: 26px 0 0;
}

#banner .right-form .form-group {
  margin-bottom: 22px;
  position: relative;
}

#banner .right-form .form-group .form-control {
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 18px;
}

#banner .right-form .form-group .checkbox-detail {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 34px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #797979;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner .right-form .form-group .checkbox-detail input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#banner .right-form .form-group .checkbox-detail input:checked ~ .checkmark {
  background-color: #7e52a0;
  border-color: #7e52a0;
}

#banner .right-form .form-group .checkbox-detail input:checked ~ .checkmark:after {
  display: block;
}

#banner .right-form .form-group .checkbox-detail .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}

#banner .right-form .form-group .checkbox-detail .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#banner .right-form .form-group .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#banner .right-form .form-group .co-left {
  position: absolute;
  top: -10px;
}

#banner .right-form .form-group .co-right {
  width: 100%;
}

#banner .right-form .form-group .co-right .form-control {
  padding-left: 25%;
}

#banner .right-form .btn {
  background-color: #5f2d91;
  color: #fff;
  font-weight: 700;
  display: block;
  height: 50px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

#banner .right-form .btn:hover {
  background: #e13a6b;
  background: linear-gradient(120deg, #e13a6b 30%, #612379 100%);
}

#banner .right-form .book-video {
  background-color: #1aa554;
}

#banner .right-form .book-video span {
  margin-right: 8px;
}

#banner .right-form .book-video:hover {
  background: #3ae1a1;
  background: linear-gradient(120deg, #3ae1a1 30%, #05cc80 100%);
}

#our-specialities {
  background-color: #f8f3ff;
  padding: 40px 0;
}

#our-specialities h3 {
  font-size: 30px;
  color: #5f2d91;
  font-weight: 700;
  text-align: center;
}

#our-specialities .slick-next:before, #our-specialities .slick-prev:before {
  color: #e3d7ef;
}

#our-specialities .item {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(1, 4, 8, 0.14);
  box-shadow: 0px 4px 12px 0px rgba(1, 4, 8, 0.14);
  margin: 40px 20px;
  border-radius: 5px;
  padding: 20px 0;
}

#our-specialities .item .profile {
  margin: 18px 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f8f3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#our-specialities .item .profile img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#our-specialities .item .profile-content {
  margin-top: 20px;
}

#our-specialities .item .profile-content h3 {
  font-size: 16px;
  font-weight: 500;
}

#our-specialities .item .profile-content .details {
  text-align: center;
  font-size: 11px;
  margin-bottom: 6px;
}

#our-specialities .item .profile-content .experience {
  color: #406cb4;
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}

#our-specialities .btns {
  background-color: #e3d7ef;
  color: #5d2f8b;
}

.modal-body .profile {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  margin: 0 auto;
}

.modal-body h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
}

.modal-body p {
  font-size: 14px;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
}

.modal-body .item {
  height: 166px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 10px -4px #636363;
          box-shadow: 0px 2px 10px -4px #636363;
  padding: 15px;
  overflow: hidden;
}

.modal-dialog {
  max-width: 70%;
  margin: 0 auto;
}

.modal-body .profile img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#why {
  background-color: #5f2d91;
  padding: 48px 0;
}

#why h4 {
  font-size: 26px;
  color: #fff;
  text-align: right;
  width: 100%;
  padding-right: 40px;
}

#why h4 span {
  font-weight: 700;
}

#why li {
  margin: 0 10px 0px;
}

#why li .profile {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  height: 190px;
}

#why li .profile p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

#why li .profile img {
  margin: 0 auto;
}

#about-us {
  padding: 90px 0;
}

#about-us h3 {
  margin-bottom: 40px;
}

#how-it {
  background-color: #f7f7fb;
  padding: 48px 0;
}

#how-it .box {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 2px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 2px 30px 0px rgba(0, 0, 0, 0.05);
}

#how-it .small-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  max-width: 20%;
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

#how-it .small-box::after {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  position: absolute;
  content: '';
  height: 46px;
  width: 46px;
  background-color: #fff;
  border-radius: 8px;
  right: -23px;
  top: 40%;
  -webkit-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.11);
  z-index: 9;
}

#how-it .small-box:last-child::after {
  display: none;
}

#how-it .small-box .how-it {
  background-color: #fafafa;
  padding: 30px 15px;
  border-radius: 8px;
}

#how-it .small-box .how-it .profile {
  height: 86px;
  width: 86px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 18px;
}

#how-it .small-box .how-it p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

#awards {
  padding: 70px 0;
}

#awards h3 {
  margin-bottom: 52px;
}

#awards .common {
  text-align: center;
}

#awards .common .box {
  background-color: #fbfbfb;
  padding: 36px 20px;
  -webkit-box-shadow: -2px 4px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -2px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  height: 300px;
      justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#awards .common .box p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

footer {
  background-color: #f7f7f7;
  padding: 34px 0;
}

footer p {
  color: #575757;
  font-size: 14px;
}

#location {
  background-color: #f3f3f3;
  border-bottom: 1px solid #5c297e;
  padding: 30px 0;
}

#location h6 {
  color: #5c297e;
  font-weight: 700;
}

#location p {
  color: #575757;
  font-size: 14px;
}

#location .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  border-right: 1px solid #5c297e;
}

#location .box:last-child {
  border-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banner h1 {
    font-size: 25px;
    margin-top: 20px;
  }
  #banner .right-form {
    padding: 16px;
  }
  #why {
    padding: 28px 0;
  }
  #why li .profile {
    padding: 12px;
  }
  #why li .profile p {
    margin-top: 10px;
  }
  #about-us {
    padding: 40px 0;
  }
  #about-us h3 {
    margin-bottom: 30px;
  }
  #how-it {
    padding: 38px 0;
  }
  #how-it .small-box .how-it {
    padding: 15px 15px;
  }
  #how-it .small-box .how-it p {
    font-size: 11px;
    line-height: 18px;
  }
  #awards {
    padding: 30px 0;
  }
  #awards .common .box {
    padding: 20px 15px;
  }
  #awards .common .box p {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
   #our-specialities .item {
    margin: 0 10px;
  }
  #our-specialities .item .profile-content {
    margin-top: 10px;
  }
  #our-specialities .item .profile-content h3 {
    font-size: 11px;
    margin-bottom: 5px;
  }
  #banner h1 {
    font-size: 25px;
    margin-top: 20px;
  }
  #banner .right-form {
    padding: 16px;
  }
  #banner .right-form .btn {
    font-size: 12px;
  }
  #banner .right-form .form-group .co-right .form-control {
    padding-left: 35%;
  }
  #why {
    padding: 28px 0;
  }
  #why li .profile {
    padding: 12px;
  }
  #why li .profile p {
    margin-top: 10px;
  }
  #about-us {
    padding: 40px 0;
  }
  #about-us h3 {
    margin-bottom: 30px;
  }
  #how-it {
    padding: 38px 0;
  }
  #how-it .small-box .how-it {
    padding: 15px 15px;
  }
  #how-it .small-box .how-it p {
    font-size: 11px;
    line-height: 18px;
  }
  #awards {
    padding: 30px 0;
  }
  #awards .common .box {
    padding: 20px 15px;
  }
  #awards .common .box p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #location .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .btn-primary {
    font-size: 13px;
  }
  body {
    font-size: 14px;
  }
  h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #banner {
    padding: 10px 0 0;
  }
  #banner h1 {
    font-size: 20px;
    margin-top: 0px;
  }
  #banner .right-form {
    padding: 15px;
    margin-bottom: 20px;
  }
  #banner .right-form .btn {
    font-size: 10px;
  }
  #banner .right-form .form-group .co-right .form-control {
    padding-left: 35%;
  }
  #why {
    padding: 20px 0;
  }
  #why h4 {
    text-align: left;
    font-size: 20px;
    padding-right: 27px;
    padding-left: 10px;
  }
  #why .profile {
    height: auto;
  }
  #why .slick-next {
    right: -10px;
  }
  #why .slick-prev {
    left: -10px;
  }
  #about-us {
    padding: 20px 0;
  }
  #about-us h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left !important;
  }
  #about-us p {
    text-align: left !important;
  }
  #how-it {
    padding: 18px 0;
  }
  #how-it h3 {
    margin-bottom: 20px !important;
  }
  #how-it .small-box {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .slick-prev {
    left: -5px;
}
  .slick-next {
    right: -8px;
}
  #how-it .small-box::after {
    right: 0;
    bottom: -32px;
    top: auto;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }/*
  #how-it .d-flex.flex-wrap{
      width: 100%;
      overflow-x: scroll;
      flex-wrap: nowrap !important;
  }*/
  #awards {
    padding: 20px 0;
  }
  #awards h3 {
    margin-bottom: 20px;
  }
  #awards .common .box {
    margin-bottom: 20px;
    padding: 20px 15px;
    height: auto;
  }
  #awards .common .box p {
    font-size: 12px;
    margin-top: 15px;
  }
  #map .pr-md-5 {
    padding: 30px 15px;
  }
  footer {
    padding: 14px 0 60px;
  }
  footer p {
    font-size: 12px;
  }
  .mobile-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
  }
  .mobile-btn .btn {
    width: 100%;
       font-size: 9px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 12px;
  }
}
@media(min-width: 992px){
  #banner .right-form{
        position: absolute;
    top: -320px;
    right: -70px;
        width: 380px;
  }
}
/*# sourceMappingURL=style.css.map */