/** color **/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", Sans-serif;
  color: #2E2E2E;
  font-size: 16px;
}

a {
  color: #E62165;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Sans-serif;
  margin: 0;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px 0;
  margin: 0;
  color: #DFBEA1;
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .section-title h2 {
    font-size: 16px;
  }
}

.section-title h3 {
  color: #E62165;
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

@media (max-width: 992px) {
  .section-title h3 {
    font-size: 28px;
    line-height: 42px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .section-title {
    padding-bottom: 30px;
    font-size: 22px;
  }
}

.modal .modal-dialog {
  max-width: 450px;
}

.modal .modal-content {
  border-radius: 10px;
  padding: 16px;
}

.modal .modal-content .modal-heading {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #E62165;
  line-height: 24px;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .modal .modal-content {
    border-radius: 16px;
    padding: 16px;
  }
  .modal .modal-content .modal-heading {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.modal .form-control {
  height: 50px;
  background-color: #F8F3EF;
  border-radius: 10px;
  margin-bottom: 0px;
  border: 0;
  font-size: 14px;
  color: #E62165;
  padding: 10px 18px;
}

.modal .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid !important;
}

.modal .modal-footer {
  border: 0;
  padding: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.modal .modal-footer .btn {
  font-size: 14px;
  border-radius: 10px;
  height: 40px;
  width: 50%;
  max-width: 180px;
  color: #ffffff;
}

.modal .modal-footer .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 992px) {
  .modal .modal-footer .btn {
    width: 45%;
    height: 55px;
  }
}

.modal .modal-footer .btn-secondary {
  background-color: #838995;
  border-color: #838995;
}

.modal .modal-footer .btn-secondary:hover {
  background-color: transparent;
  color: #838995;
  border-color: #838995;
}

.modal .modal-footer .btn-primary {
  background-color: #E62165;
  border-color: #E62165;
}

.modal .modal-footer .btn-primary:hover {
  background-color: transparent;
  border-color: #E62165;
  color: #E62165;
}

.modal p.otp-text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}

.modal .re-send-otp {
  text-align: center;
  padding: 16px 0 30px;
}

.modal .re-send-otp a {
  font-size: 16px;
}

.otp-modal.modal .form-control {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.modal-lg,
.modal-xl {
  max-width: 700px !important;
}

.form-group label.error {
  font-size: 10px;
  color: #E62165 !important;
  margin-left: 16px;
  padding-bottom: 0 !important;
  position: absolute;
  margin-top: 4px;
}

.otp-successfully-modal h3.otp-s {
  text-align: center;
  font-size: 18px;
  color: #E62165;
  font-weight: 400;
  margin-bottom: 16px;
}

.otp-successfully-modal h4.p-tratment {
  text-align: center;
  font-size: 18px;
  padding-bottom: 16px;
}

.otp-successfully-modal h2.t-ptice {
  font-size: 18px;
  color: #E62165;
  text-align: center;
  padding-bottom: 24px;
}

.otp-successfully-modal .disclaimer {
  background: #FCFAF9;
  padding: 24px;
  border-radius: 10px;
  max-height: 265px;
  overflow: auto;
}

@media (max-width: 768px) {
  .otp-successfully-modal .disclaimer {
    padding: 10px;
  }
}

.otp-successfully-modal .disclaimer .lable-s {
  font-size: 18px;
  font-weight: 600;
  color: #E62165;
  padding-bottom: 16px;
}

.otp-successfully-modal .disclaimer p {
  font-size: 14px;
}

.otp-successfully-modal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.otp-successfully-modal .modal-footer .btn {
  max-width: 240px;
  margin: 0 10px;
}

@media (max-width: 992px) {
  .otp-successfully-modal .modal-footer .btn {
    width: 65%;
    margin: 10px;
  }
}

.disclaimer::-webkit-scrollbar {
  width: 0.5em;
}

.disclaimer::-webkit-scrollbar-track {
  background-color: #FCE7D5;
  border-radius: 25px;
}

.disclaimer::-webkit-scrollbar-thumb {
  background-color: #E62165;
  border-radius: 25px;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.boooking-form {
  padding-left: 100px;
  padding-right: 100px;
}

.boooking-form .form-control {
  height: 50px;
  background-color: #F8F3EF;
  border-radius: 10px;
  margin-bottom: 0px;
  border: 0.5px solid #F8F3EF;
  font-size: 14px;
  color: #52565b;
  padding: 10px 36px 10px 18px;
}

@media (max-width: 992px) {
  .boooking-form .form-control {
    height: 55px;
    padding: 10px 32px 10px 16px;
    font-size: 16px;
  }
}

.boooking-form .form-control:focus {
  border-color: #e62165 !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid;
}

.boooking-form textarea {
  background-color: #F8F3EF;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 0;
  font-size: 14px;
  color: #52565b;
  border: 0.5px solid #F8F3EF;
  padding: 20px;
}

.boooking-form textarea:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0.5px solid #E62165 !important;
  outline: none;
}

.boooking-form form {
  background-color: white;
  color: #888888;
  text-align: left;
  padding-top: 20px;
}

.boooking-form form .form-group {
  position: relative;
}

.boooking-form form .form-group.red i.bi {
  color: #E62165;
}

.boooking-form form .form-group i.bi {
  position: absolute;
  right: 0;
  top: 35px;
  right: 20px;
  color: #838995;
  font-size: 18px;
}

@media (max-width: 992px) {
  .boooking-form form .form-group i.bi {
    font-size: 16px;
    right: 16px;
  }
}

.boooking-form form .btn-default {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 30px;
  padding: 10px 36px;
  background-color: #E62165;
  border-radius: 10px;
  border-color: 0.5px solid #E62165;
  color: #F1F1F1;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 992px) {
  .boooking-form form .btn-default {
    padding: 12px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.boooking-form form .btn-default:hover {
  background-color: transparent;
  color: #E62165;
  border-color: #E62165;
}

.boooking-form form .icon {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: -24px;
  z-index: 2;
  color: #222222;
}

@media (max-width: 992px) {
  .boooking-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.boooking-form #join-us-frm .form-group {
  padding-bottom: 24px;
}

.boooking-form #join-us-frm .form-group label {
  font-weight: 400;
  color: #2E2E2E;
  padding-bottom: 12px;
}

.boooking-form #join-us-frm .form-group label span {
  color: red;
}

.boooking-form #join-us-frm .form-group i.bi {
  top: 48px;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container-fluid {
  padding: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px #1616161A;
          box-shadow: 0px 3px 10px #1616161A;
  border: 0;
}

thead,
tbody,
tfoot,
tr,
th {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0 !important;
}

tbody td {
  font-weight: 600 !important;
  color: #2E2E2E;
  font-size: 14px;
}

.table .btn-danger {
  font-size: 11px;
  float: right;
  background-color: #E62165;
  font-weight: 500;
}

.boostrap-datetimepicker-widget {
  z-index: 99999;
}

.bg-gray {
  background-color: #FCFAF9;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.rTable {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: #2E2E2E;
}

.rTable th {
  color: #2E2E2E;
  font-size: 14px;
  text-transform: capitalize;
}

.rTable tr {
  border-bottom: 0;
}

.rTable td,
.rTable th {
  padding: 10px;
  text-align: left;
}

.rTable td {
  font-size: 14px;
  font-weight: 600;
  color: #2E2E2E;
  vertical-align: top;
  word-break: break-all;
}

.rTable td a {
  display: block;
  text-decoration: underline;
  color: #2E2E2E !important;
}

@media screen and (max-width: 768px) {
  .rTable thead {
    display: none;
  }
  .rTable td:nth-child(2),
  .rTable td:nth-child(3),
  .rTable td:nth-child(4),
  .rTable td:nth-child(5),
  .rTable td:nth-child(6) {
    display: none;
  }
  .rTable .se-t td:nth-child(2),
  .rTable .se-t td:nth-child(3) {
    display: none;
  }
  td.showMe {
    display: block !important;
  }
  .rTable td:nth-child(1) {
    background: transparent;
    display: block;
    color: #2E2E2E;
    font-size: 14px;
    border: 1px solid #E62165;
    text-transform: initial;
    cursor: pointer;
  }
  .rTable td:nth-child(1):hover {
    background: #E62165;
    color: #ffffff !important;
  }
  .rTable td:nth-child(2):before {
    content: 'Date ';
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  .rTable td:nth-child(3):before {
    content: 'Time ';
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  .rTable td:nth-child(4):before {
    content: 'Appointment No. ';
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  table.rTable td:nth-child(5):before {
    content: 'Subject ';
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  table.rTable td:nth-child(6):before {
    content: 'Status ';
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  table.rTable .se-t td:nth-child(2):before {
    content: "Mobile " !important;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  table.rTable .se-t td:nth-child(3):before {
    content: "Additional Information: " !important;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
  }
  table.rTable .se-t td:nth-child(4):before {
    display: none;
  }
  td.selected {
    background: #E62165 !important;
    color: #ffffff !important;
  }
  table.rTable td.selected:nth-child(1):before {
    content: ' - ';
  }
  table.rTable td:nth-child(1):before {
    content: ' + ';
  }
  table.rTable td {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  table.rTable td .btn-danger {
    width: 180px !important;
    font-size: 14px !important;
  }
}

table.rTable td .btn-danger {
  width: 180px !important;
  font-size: 14px !important;
}

.appointment-table .card .card-body {
  padding: 0;
}

.table-pwrap .accordion .accordion-item {
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px #1616161a;
          box-shadow: 0px 3px 10px #1616161a;
  margin-bottom: 16px;
}

.table-pwrap .accordion .accordion-item .hide-lg {
  display: none;
}

@media (max-width: 768px) {
  .table-pwrap .accordion .accordion-item .hide-lg {
    display: block;
  }
}

.table-pwrap .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #E62165;
  color: #ffffff;
}

.table-pwrap .accordion .accordion-item .accordion-button:focus {
  border-color: #E62165;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table-pwrap .accordion .accordion-item .accordion-button:after {
  background-image: url(../img/angle-right.svg);
  height: 11px;
}

.table-pwrap .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/angle-right-white.svg) !important;
}

.table-pwrap .accordion .accordion-item .accordion-collapse {
  display: block;
}

@media (max-width: 768px) {
  .table-pwrap .accordion .accordion-item .accordion-collapse {
    display: none;
  }
  .table-pwrap .accordion .accordion-item .accordion-collapse.collapse.show {
    display: block;
  }
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w {
  font-size: 14px;
  padding-bottom: 16px;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(1) {
  max-width: 20%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w .btn-danger {
  max-width: 180px;
  font-size: 10px !important;
  margin-top: 16px;
  padding: 5px 8px;
  float: right;
}

@media (max-width: 768px) {
  .table-pwrap .accordion .accordion-item .accordion-body .table-w .btn-danger {
    margin: 0;
    float: left;
  }
}

@media (max-width: 768px) {
  .table-pwrap .accordion .accordion-item .accordion-body .table-w {
    max-width: 100% !important;
  }
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(2) {
  max-width: 12%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(3) {
  max-width: 14%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(4) {
  max-width: 14%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(5) {
  max-width: 28%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(6) {
  max-width: 12%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(7) {
  max-width: 20%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(8) {
  max-width: 12%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(9) {
  max-width: 50%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-w:nth-child(10) {
  max-width: 15%;
}

.table-pwrap .accordion .accordion-item .accordion-body .table-td {
  font-weight: 600;
  padding: 10px 0;
  word-break: break-all;
}

@media (max-width: 768px) {
  .justify-content-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.accordion-button {
  word-break: break-all;
}

@media (max-width: 768px) {
  .spce-5 {
    margin-bottom: 50px;
  }
}

.form-select-lg {
  border: 0.5px solid #F8F3EF;
  background-color: #F8F3EF;
  border-radius: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #52565b;
  padding: 13.5px 18px;
}

.form-select:focus {
  border-color: #e62165 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.5px solid;
}

@media (max-height: 768px) {
  button.btn.sp-t {
    margin-top: 8px !important;
  }
}

@media (max-width: 992px) {
  .lb-nav a.lb-next {
    opacity: 1;
  }
  .lb-nav a.lb-prev {
    opacity: 1;
  }
}

section#topbar {
  overflow: inherit;
}

#topbar .left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  #topbar .left-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#topbar .left-header .logo img {
  max-height: 60px;
}

#topbar .left-header .avtar-img img {
  max-width: 280px;
}

@media (max-width: 992px) {
  #topbar .left-header .avtar-img img {
    max-width: 200px;
    margin: 10px 0 0;
  }
}

#topbar .left-header .left-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topbar .text-logo {
  padding-left: 8px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  #topbar .text-logo {
    padding-right: 0;
  }
}

#topbar .text-logo h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}

#topbar .text-logo h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

#topbar .mid-heading {
  padding: 20px;
}

#topbar .mid-heading h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

@media (max-width: 992px) {
  .right-header {
    margin-bottom: 10px;
    margin-right: -50px;
    margin-bottom: -55px;
  }
  .right-header .dropdown i.bi {
    color: #E62165;
    font-size: 35px;
  }
  .right-header .dropdown .dropdown-toggle::after {
    color: #E62165;
  }
}

.right-header .dropdown {
  background-color: transparent;
}

.right-header .btn-book {
  z-index: 999;
}

.btn-primary:active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #FCE7D5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  height: 50px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    height: 55px;
  }
}

#header.fixed-top {
  height: 50px;
}

@media (max-width: 992px) {
  #header.fixed-top {
    height: 50px;
  }
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

.scrolled-offset {
  margin-top: 81px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar li {
  position: relative;
  white-space: nowrap;
}

.navbar li i.bi {
  color: #E62165;
}

.navbar a,
.navbar a:focus {
  color: #ffffff;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 1399px) {
  .navbar a,
  .navbar a:focus {
    font-size: 13px;
  }
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffffff;
  background-color: #E62165;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #FCE7D5;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 12px 16px;
  font-weight: 400;
  border-bottom: 1px solid #E62165;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ffffff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.dropdown.menu-s i.bi {
  font-size: 16px;
}

.navbar a:hover i.bi {
  color: #ffffff;
  webkit-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar li:hover > a i.bi {
  color: #ffffff;
  webkit-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.btn-book .btn {
  background: #ffffff;
  color: #E62165;
  padding: 12px 16px;
  border-radius: 25px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .btn-book .btn {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .btn-book .btn {
    padding: 10px 14px;
  }
}

.btn-book .btn:hover {
  background-color: #ad2051;
}

.btn-book .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-book .btn img {
  max-width: 20px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .btn-book .btn img {
    max-width: 18px;
  }
}

/**
* Mobile Navigation 
*/
@media (max-width: 991px) {
  #topbar {
    height: auto;
  }
  #topbar .logo img {
    max-height: 55px;
  }
  #topbar .text-logo h2 {
    font-size: 12px;
    margin-bottom: 0;
  }
  #topbar .text-logo h5 {
    font-size: 14px;
  }
  #topbar .mid-heading {
    padding: 5px;
  }
  #topbar .mid-heading h2 {
    font-size: 16px;
  }
  #topbar .top-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 0;
  }
  #topbar .text-logo {
    padding-left: 6px;
  }
}

.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 10%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #222222;
  display: block;
  text-align: center;
}

.navbar-mobile > ul > li {
  padding: 4px 16px;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ffffff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }
  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 35px;
  border-radius: 50%;
  height: 35px;
  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;
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0 10px 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #E62165;
  border-color: #E62165;
}

.owl-carousel .owl-item .text-primary {
  font-size: 24px !important;
  font-weight: 600;
  color: #ffffff !important;
  text-transform: capitalize !important;
  text-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 992px) {
  .owl-carousel .owl-item .text-primary {
    font-size: 18px !important;
  }
}

.owl-carousel .owl-item .display-3 {
  color: #ffffff;
  max-width: 500px;
  font-size: 42px;
  line-height: 60px;
  text-shadow: 0px 3px 6px #06036545;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 16px;
}

@media (max-width: 992px) {
  .owl-carousel .owl-item .display-3 {
    font-size: 1.8rem;
    line-height: 36px;
  }
}

.header-carousel .owl-nav {
  bottom: 16%;
  left: 16%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1680px) {
  .header-carousel .owl-nav {
    margin: 0 auto;
    bottom: 16%;
    left: 11%;
  }
}

@media (max-width: 1440px) {
  .header-carousel .owl-nav {
    max-width: 1320px;
    margin: 0 auto;
    bottom: 10%;
    left: 4%;
  }
}

@media (max-width: 1400px) {
  .header-carousel .owl-nav {
    max-width: 1320px;
    margin: 0 auto;
    bottom: 16%;
    left: 12%;
  }
}

@media (max-width: 1366px) {
  .header-carousel .owl-nav {
    max-width: 1366px;
    margin: 0 auto;
    bottom: 4%;
    left: 9%;
  }
}

@media (max-width: 1200px) {
  .header-carousel .owl-nav {
    max-width: 1140px;
    bottom: 5%;
    left: 3%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header-carousel .owl-nav {
    max-width: 1024px;
    bottom: 0%;
    left: 3%;
  }
}

@media (max-width: 992px) {
  .header-carousel .owl-nav {
    max-width: 960px;
    bottom: 10%;
    left: 2%;
  }
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    max-width: 720px;
    bottom: 16%;
    left: 3%;
  }
}

@media (max-width: 576px) {
  .header-carousel .owl-nav {
    width: 100%;
    max-width: 100%;
    bottom: 10%;
    left: 0%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.call-wrapper {
  margin: 0;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .call-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
}

.call-wrapper .call-to {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .call-wrapper .call-to {
    padding-bottom: 16px;
  }
}

.call-wrapper .call-to span {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.call-wrapper .call-to a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0px 3px 6px #06036545;
}

.call-wrapper .call-to a:hover {
  color: #E62165;
}

.call-wrapper .call-to img {
  width: 16px !important;
  margin: 12px;
}

@media (max-width: 768px) {
  .call-wrapper .call-to img {
    margin: 0px 12px;
    position: relative;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.right-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown .dropdown-menu {
  border: 0;
  padding: 0px;
  border-radius: 5px;
  top: 0px !important;
}

.dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 10px;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff;
  background-color: #E62165;
}

.dropdown i.bi {
  color: #ffffff;
  font-size: 40px;
}

.dropdown .btn-primary {
  background-color: transparent;
  border: 0;
  padding: 0 16px;
}

.dropdown .dropdown-toggle.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown .dropdown-toggle::after {
  font-family: bootstrap-icons !important;
  content: "\f282";
  color: #ffffff;
  font-size: 18px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 992px) {
  section {
    padding: 30px 0;
  }
}

.section-bg {
  background: transparent linear-gradient(289deg, #FFE8EF 0%, #FDE8D5 100%) 0% 0% no-repeat padding-box;
}

.main-bg {
  position: relative;
  margin-bottom: 75px;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.featured-services .ser-box {
  width: 100%;
}

.featured-services .ser-box .icon-box {
  background-color: #FCE7D5;
  height: 350px;
  padding: 40px;
}

@media (max-width: 768px) {
  .featured-services .ser-box .icon-box {
    height: 300px;
    padding: 16px;
  }
}

.featured-services .ser-box .icon-box:hover::before {
  background-color: #E62165;
}

.featured-services .ser-box .icon-box:hover .ico-circule {
  background-color: #e93c78;
}

.featured-services .ser-box .icon-box:hover .ico-circule .icon.one-ico {
  background-image: url(../img/icon/service-w-1.svg);
}

.featured-services .ser-box .icon-box:hover .ico-circule .icon.two-ico {
  background-image: url(../img/icon/service-w-2.svg);
}

.featured-services .ser-box .icon-box:hover .ico-circule .icon.three-ico {
  background-image: url(../img/icon/service-w-3.svg);
}

.featured-services .ser-box .icon-box:hover .ico-circule .icon.four-ico {
  background-image: url(../img/icon/service-w-4.svg);
}

.featured-services .ser-box .icon-box:hover .ico-circule .icon.five-ico {
  background-image: url(../img/icon/service-w-5.svg);
}

.featured-services .ser-box .icon-box:hover .ico-circule .icon.six-ico {
  background-image: url(../img/icon/service-w-6.svg);
}

.featured-services .ser-box .icon-box:hover .title {
  color: #ffffff;
}

.featured-services .ser-box .icon-box:hover .description {
  color: #ffffff;
}

.featured-services .ser-box a .ico-circule {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background: #F396A7;
  margin-bottom: 16px;
}

.featured-services .ser-box a .ico-circule .icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  background-size: 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.featured-services .ser-box a .ico-circule .icon.one-ico {
  background-image: url(../img/icon/service-w-1.svg);
}

.featured-services .ser-box a .ico-circule .icon.two-ico {
  background-image: url(../img/icon/service-w-2.svg);
}

.featured-services .ser-box a .ico-circule .icon.three-ico {
  background-image: url(../img/icon/service-w-3.svg);
}

.featured-services .ser-box a .ico-circule .icon.four-ico {
  background-image: url(../img/icon/service-w-4.svg);
}

.featured-services .ser-box a .ico-circule .icon.five-ico {
  background-image: url(../img/icon/service-w-5.svg);
}

.featured-services .ser-box a .ico-circule .icon.six-ico {
  background-image: url(../img/icon/service-w-6.svg);
}

.featured-services .ser-box .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2E2E2E;
  padding-top: 16px;
  text-align: center;
  text-transform: uppercase;
}

.featured-services .ser-box .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
  color: #2E2E2E;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background: url(../img/inner-bg/our-ervices.png);
  background-position: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: cover !important;
  padding: 80px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs.book-ap {
  background: url(../img/inner-bg/book-appointment.png);
}

.breadcrumbs.about-us {
  background: url(../img/inner-bg/about-us.png);
}

.breadcrumbs.manage-ap {
  background: url(../img/inner-bg/manage-appointment.png);
}

.breadcrumbs.contact-us {
  background: url(../img/inner-bg/contact-us.png);
}

.breadcrumbs.msg-dignitaries {
  background: url(../img/inner-bg/messages-dignitaries.png);
}

.breadcrumbs.media-recognitations {
  background: url(../img/inner-bg/media-recognitations.png);
}

.breadcrumbs.campus-conducted {
  background: url(../img/inner-bg/camps-conducted.png);
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs {
    padding: 30px 0;
  }
  .breadcrumbs h2 {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

h2.section-title {
  text-align: left;
  color: #E62165;
  padding-bottom: 30px;
  font-size: 20px;
}

@media (max-width: 992px) {
  h2.section-title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.section-intro p {
  font-size: 14px;
  color: #2E2E2E;
  line-height: 32px;
  opacity: 1;
  font-weight: 400;
  margin-bottom: 0.6rem;
}

.section-intro p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.treatment-wrapper {
  position: relative;
  padding: 0 !important;
}

.treatment-wrapper .tr-wrap.rupee-w .treatment-text {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  color: #2E2E2E;
}

.treatment-wrapper .tr-wrap.rupee-w i.bi.bi-currency-rupee {
  color: #E62165;
  font-size: 20px;
  font-weight: bold;
}

.treatment-wrapper .tr-wrap .treatment-text {
  font-size: 16px;
  font-weight: 600;
  color: #E62165;
  padding-bottom: 10px;
}

.treatment-wrapper .tr-wrap .tratment-code {
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
}

.treatment-wrapper .tr-wrap .tratment-code ul {
  padding: 0;
  margin: 0;
}

.treatment-wrapper .tr-wrap .tratment-code ul li {
  list-style: none;
  line-height: 36px;
  font-size: 16px;
}

.treatment-wrapper .tr-wrap .tratment-code p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.treatment-wrapper .tr-wrap .tratment-code p.rupee {
  font-size: 18px;
  font-weight: 700;
  color: #E62165;
}

@media (max-width: 992px) {
  .treatment-wrapper .tr-wrap {
    padding: 0 0px 10px;
  }
  .treatment-wrapper .tr-wrap .pb-5 {
    padding-bottom: 2rem !important;
  }
}

.treatment-wrapper .check-price {
  position: absolute;
  top: 0;
  right: 0;
  background: #E62165;
  padding: 16px 30px;
  text-align: center;
  min-width: 321px;
}

.treatment-wrapper .check-price:hover {
  background: #C7275E;
}

.treatment-wrapper .check-price h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 6px;
}

@media (max-width: 992px) {
  .treatment-wrapper .check-price h4 {
    font-size: 18px;
  }
}

.treatment-wrapper .check-price h6 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 992px) {
  .treatment-wrapper .check-price {
    padding: 20px 40px;
    width: 100%;
    bottom: 0;
    top: initial;
    z-index: 99;
  }
}

.treatment-wrapper .container.position-relative {
  padding: 50px 0;
}

@media (max-width: 992px) {
  .m-space {
    margin-bottom: 70px;
  }
}

.border-between > [class*='col-']:before {
  background: #CCD1C4;
  bottom: 0;
  content: " ";
  left: -40px;
  position: absolute;
  width: 1px;
  top: 0;
  right: 40px;
}

.border-between > [class*='col-']:first-child:before {
  display: none;
}

.row.border-between .col-md-4 {
  padding-right: 80px;
  margin-left: 0px;
}

.row.border-between .col-md-4:first-child {
  margin: 0;
}

.mt-6 {
  margin-top: 4rem !important;
}

@media (max-width: 992px) {
  .mt-6 {
    margin-top: 0rem !important;
  }
}

.p-50 {
  padding: 40px 0;
}

@media (max-width: 992px) {
  .p-50 {
    padding: 30px 0;
  }
}

.row.pb-5 {
  padding-bottom: 2rem !important;
}

@media (max-width: 992px) {
  .row.pb-5 {
    padding-bottom: 1rem !important;
  }
}

.heading-text {
  position: relative;
}

.heading-text h2 {
  font-weight: 600;
}

.heading-text .mg-ap {
  position: absolute;
  right: 0;
  top: 0;
}

.heading-text .mg-ap a {
  color: #E62165;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .heading-text .mg-ap {
    right: 0;
    top: 32px;
    left: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .heading-text {
    padding-bottom: 10px;
  }
}

.thankk-you-page section:last-child {
  padding: 20px 0;
}

.thankk-you-page .heading-text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .thankk-you-page .heading-text {
    padding-bottom: 10px;
  }
}

.thankk-you-page .heading-text .thank-you-img {
  max-width: 200px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .thankk-you-page .heading-text .thank-you-img {
    max-width: 150px;
    margin-bottom: 0;
  }
}

.thankk-you-page .heading-text h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 16px;
}

@media (max-width: 992px) {
  .thankk-you-page .heading-text h2 {
    font-size: 20px;
  }
}

.thankk-you-page .heading-text p {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .thankk-you-page .heading-text p {
    font-size: 16px;
  }
}

.thankk-you-page .dt-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  background: #F8F3EF;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .thankk-you-page .dt-box {
    padding: 16px;
  }
}

.thankk-you-page .dt-box .dt-m {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 16px;
}

@media (max-width: 992px) {
  .thankk-you-page .dt-box .dt-m {
    font-size: 14px;
  }
}

.thankk-you-page .dt-box .day-dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 0px;
  color: #E62165;
  padding-bottom: 25px;
}

@media (max-width: 992px) {
  .thankk-you-page .dt-box .day-dt {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.thankk-you-page .dt-box .ap-no {
  font-size: 16px;
  line-height: 40px;
}

@media (max-width: 992px) {
  .thankk-you-page .dt-box .ap-no {
    font-size: 16px;
  }
}

.thankk-you-page .dt-box .ap-no span {
  color: #E62165;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.contact-page .heading-text h h2 {
  padding-bottom: 0;
}

.contact-page .boooking-form .btn-default {
  max-width: 150px;
}

@media (max-width: 992px) {
  .contact-page .boooking-form .btn-default {
    max-width: 150px;
    padding: 10px 16px;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.contact-page section#contact {
  padding: 0 0 40px;
}

/*--------------------------------------------------------------
# Manage Ap
--------------------------------------------------------------*/
.manage-ap-page .form-group {
  position: relative;
}

.manage-ap-page .form-group i.bi {
  position: absolute;
  top: 36px;
  right: 10px;
  color: #E62165;
  font-size: 16px;
}

.manage-ap-page .form-group .form-control {
  max-width: 135px;
  padding: 12px;
  border-radius: 5px;
  color: #E62165;
  border: 0;
  cursor: pointer;
}

#we-wre .title-we {
  font-size: 36px;
  font-weight: 700;
  max-width: 450px;
  line-height: 52px;
  color: #E62165;
  padding-bottom: 16px;
  padding-top: 100px;
}

@media (max-width: 992px) {
  #we-wre .title-we {
    font-size: 24px;
    padding-bottom: 16px;
    line-height: 38px;
  }
}

#we-wre p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}

#we-wre .btn-primary {
  background-color: #E62165;
  border-color: #E62165;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 10px;
}

#we-wre .btn-primary:hover {
  background-color: transparent;
  color: #E62165;
}

.parallax {
  /* The image used */
  background-image: url("../img/home-page.png");
  /* Full height */
  height: 672px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .parallax {
    height: 520px;
  }
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
    background-position: inherit;
  }
}

.home-bk-form {
  margin: -100px 0px -60px 0px;
}

.home-bk-form .section-title {
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .home-bk-form .section-title {
    padding-bottom: 0;
  }
}

.home-bk-form .boooking-form {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .home-bk-form .boooking-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-us .section-detail {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .about-us .section-detail {
    padding: 0;
  }
}

.about-us .visit-two {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .visit-two .tailor-details {
  padding: 0px 40px 0 0px;
}

@media (max-width: 992px) {
  .about-us .visit-two .tailor-details {
    padding: 0;
  }
  .about-us .visit-two .tailor-details .section-detail {
    padding: 0px;
  }
}

.about-us .visit-two .visit-team {
  background-image: url(../img/about1.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 900px;
}

@media (max-width: 992px) {
  .about-us .visit-two .visit-team {
    height: 560px;
  }
}

.about-us .visit-two p.pera {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .about-us .visit-two p.pera {
    padding-bottom: 0;
  }
}

.about-us .visit-two p.pera:last-child {
  padding-bottom: 0;
}

.about-us .visit-one {
  background-color: #FCE7D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .visit-one .visit-team {
  background-image: url(../img/about2.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 460px;
}

@media (max-width: 992px) {
  .about-us .visit-one .visit-team {
    height: 260px;
  }
}

.about-us .visit-one .tailor-details {
  padding: 40px;
}

@media (max-width: 992px) {
  .about-us .visit-one .tailor-details {
    padding: 25px;
  }
}

.about-us .visit-one .tailor-details h2 {
  font-size: 22px;
  color: #E62165;
  display: block;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .about-us .visit-one .tailor-details h2 {
    font-size: 18px;
  }
}

.about-us .visit-one .tailor-details p.pera {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 24px;
}

.about-us .visit-one .tailor-details p.pera:last-child {
  padding-bottom: 0;
}

.about-us .image-ce {
  margin: 0 auto;
  text-align: center;
}

.about-us .image-ce img {
  max-width: 620px;
  width: 100%;
}

.about-us .our-philosophy {
  background: #FCE7D5;
}

.about-us .our-philosophy .philosophy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .about-us .our-philosophy .philosophy-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-us .our-philosophy .philosophy-inner .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 40px;
  margin-right: -100px;
  z-index: 9;
}

@media (max-width: 992px) {
  .about-us .our-philosophy .philosophy-inner .title-box {
    margin-right: 0;
    padding-bottom: 16px;
  }
}

.about-us .our-philosophy .philosophy-inner .title-box h2 {
  background: #E62165;
  padding: 30px;
  width: 250px;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 992px) {
  .about-us .our-philosophy .philosophy-inner .title-box h2 {
    width: 100%;
    padding: 16px;
  }
}

.about-us .our-philosophy .philosophy-inner .imb-box-ph {
  padding-right: 50px;
}

@media (max-width: 992px) {
  .about-us .our-philosophy .philosophy-inner .imb-box-ph {
    padding-right: 0;
    padding-bottom: 16px;
    margin: 0 auto;
  }
}

.about-us .our-philosophy .philosophy-inner .imb-box-ph img {
  max-width: 400px;
}

@media (max-width: 992px) {
  .about-us .our-philosophy .philosophy-inner .imb-box-ph img {
    width: 100%;
  }
}

.about-us .our-philosophy .philosophy-inner .ph-text {
  max-width: 563px;
}

/*--------------------------------------------------------------
# camps-conducted Page
--------------------------------------------------------------*/
.camps-conducted .row > * {
  padding: 0 !important;
}

.camps-conducted .camp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}

.camps-conducted .camp-wrapper .camp-year {
  font-size: 18px;
  font-weight: 600;
  color: #E62165;
}

@media (max-width: 768px) {
  .camps-conducted .camp-wrapper .camp-year {
    font-size: 16px;
  }
}

.camps-conducted .camp-wrapper .viewall-btn a {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .camps-conducted .camp-wrapper .viewall-btn a {
    font-size: 16px;
  }
}

.camps-conducted .pdf-box-wrapper {
  width: 85px;
  height: 85px;
  -webkit-box-shadow: 2px 3px 10px #0000001a;
          box-shadow: 2px 3px 10px #0000001a;
  border-radius: 5px;
  text-align: center;
  margin: 32px 16px;
  border-radius: 50%;
  background-color: #ffffff;
}

.camps-conducted .pdf-box-wrapper:hover {
  background-color: #E62165;
}

.camps-conducted .pdf-box-wrapper:hover .pdf-title {
  color: #ffffff;
}

.camps-conducted .pdf-box-wrapper:hover .pdf-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.camps-conducted .pdf-box-wrapper:hover .pdf-img i {
  color: #ffffff;
}

.camps-conducted .pdf-box-wrapper .pdf-box {
  padding: 10px;
}

.camps-conducted .pdf-box-wrapper a.box-md {
  text-align: center;
  color: #2E2E2E;
}

.camps-conducted .pdf-box-wrapper .pdf-title {
  color: #2E2E2E;
  font-size: 12px;
  font-weight: 500;
}

.camps-conducted .pdf-box-wrapper .pdf-img {
  width: 33px;
  margin: 0 auto;
  overflow: hidden;
}

.camps-conducted .pdf-box-wrapper .pdf-img i {
  font-size: 28px;
}

.camps-conducted .pdf-box-wrapper .pdf-img img {
  width: 33px;
  margin-bottom: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery .item {
  margin-bottom: 30px;
  position: relative;
  background: transparent linear-gradient(310deg, #FFE8EF 0%, #FDE8D5 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #672D0029;
          box-shadow: 0px 3px 6px #672D0029;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  max-height: 280px;
}

.photo-gallery .item:hover {
  background: #E62165 !important;
}

.photo-gallery .item:hover .gallery-info h2 {
  color: #ffffff;
}

.photo-gallery .item:hover .gallery-info h4 {
  color: #ffffff !important;
}

.photo-gallery .item:hover .gallery-info .btn {
  color: #ffffff;
  border-color: #ffffff;
}

.photo-gallery .item:hover .img-fluid {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border: 2px solid #ffffff;
}

.photo-gallery .item a {
  border-radius: 10px 10px 0px 0px;
}

.photo-gallery .item .img-fluid {
  border-radius: 10px 10px 0px 0px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.photo-gallery .item .gallery-info {
  padding: 16px 0 10px;
  width: 100%;
  background: transparent;
}

.photo-gallery .item .gallery-info h2 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  color: #2E2E2E;
  padding: 0;
  text-align: center;
  line-height: 24px;
}

.photo-gallery .item .gallery-info h4.gallery-subtitle {
  text-align: center;
  font-size: 14px;
  color: #2E2E2E;
}

.photo-gallery .item .gallery-info .btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 1px solid #2E2E2E;
  color: #2E2E2E;
  width: 75px;
  border-radius: 25px !important;
  font-size: 12px;
  padding: 4px 16px;
  margin-top: 25px;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Media & Recognitations
--------------------------------------------------------------*/
#profile .item {
  padding: 0;
}

#profile .item .media-text {
  padding-top: 0px;
  position: relative;
  margin-right: 10px;
}

#profile .item .img-fluid {
  border-radius: 10px;
  width: 100% !important;
  height: auto !important;
  border: 2px solid #FCE7D5 !important;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
}

.tabs-wrapper .nav-tabs {
  border: 0;
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.tabs-wrapper .nav-tabs li:first-child .nav-link {
  border: 1px solid #707070;
  border-radius: 15px 0 0 15px;
  margin-right: -1px;
}

.tabs-wrapper .nav-tabs li:first-child .nav-link.active {
  border-color: #E62165;
}

.tabs-wrapper .nav-tabs li:last-child .nav-link {
  border: 1px solid #707070;
  border-radius: 0px 15px 15px 0px;
}

.tabs-wrapper .nav-tabs li:last-child .nav-link.active {
  border-color: #E62165;
}

.tabs-wrapper .nav-tabs .nav-link {
  border: 0;
  color: #2E2E2E;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 0;
}

.tabs-wrapper .nav-tabs .nav-link.active {
  background-color: #FFF1F4 !important;
}

@media (max-width: 420px) {
  .tabs-wrapper .nav-tabs .nav-link {
    font-size: 12px;
    padding: 8px;
  }
}

.tabs-wrapper .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-wrapper .nav-tabs .nav-link.active,
.tabs-wrapper .nav-tabs .nav-item.show .nav-link {
  border: 0;
  color: #E62165;
}

.tabs-wrapper .nav-tabs .nav-link:hover,
.tabs-wrapper .nav-tabs .nav-link:focus {
  color: #E62165;
  border: 0;
}

.tabs-wrapper .tab-content .item {
  overflow: initial !important;
  margin-bottom: 90px;
  height: 224px;
}

.tabs-wrapper .tab-content .item:hover .media-text .media-titel {
  color: #ffffff;
}

.tabs-wrapper .tab-content .item:hover .media-text .media-date {
  background-color: #ffffff;
  color: #E62165;
}

.tabs-wrapper .tab-content .item:hover .media-text .zoom-ico i {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  font-size: 26px;
}

.tabs-wrapper .tab-content .item .img-fluid {
  border-radius: 10px;
  width: 150px !important;
  height: 170px !important;
  border: 2px solid #FCE7D5 !important;
  margin-top: -60px;
  -webkit-transform: none;
          transform: none;
}

.media-text {
  padding-top: 16px;
  position: relative;
}

.media-text .media-titel {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 700;
  padding-bottom: 10px;
}

.media-text .media-date {
  font-size: 11px;
  background-color: #2E2E2E;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
}

.media-text .zoom-ico {
  position: absolute;
  right: 0;
  bottom: 0;
}

.media-text .zoom-ico i {
  color: #2E2E2E;
  font-size: 16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.view-all {
  text-align: center;
  padding: 16px 0 0;
}

.view-all a {
  color: #E62165;
  border: 2px solid #E62165;
  border-radius: 25px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
}

.view-all a:hover {
  background-color: #E62165;
  color: #ffffff;
}

.calennder-md .form-group {
  position: relative;
}

.calennder-md .form-group .form-control {
  max-width: 140px;
  border: 0;
  border-radius: 5px;
  color: #E62165;
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
}

.calennder-md .form-group i.bi {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 18px;
  color: #E62165;
}

.error-box {
  text-align: center;
}

.error-box .card .error-img img {
  max-width: 225px;
}

@media (max-width: 768px) {
  .error-box .card .error-img img {
    max-width: 105px;
  }
}

.error-box p.erro-text {
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  .error-box p.erro-text {
    width: 320px;
  }
}

.error-box p.erro-text.nm-c {
  color: #5E5954;
  font-weight: 300;
}

.error-box p.erro-text.c-red {
  color: #E62165;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.error-box p.erro-text.c-red a {
  border-bottom: 1px solid;
}

.error-box .card-body {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error-box .card.vh-50 {
  height: 70vh;
}

@media (max-width: 768px) {
  .error-box .card.vh-50 {
    height: 45vh;
  }
}

.calennder-md .form-control:disabled,
.calennder-md .form-control:-moz-read-only {
  background-color: #ffffff;
}

.calennder-md .form-control:disabled,
.calennder-md .form-control:read-only {
  background-color: #ffffff;
}

.customer-logos {
  padding: 16px 16px 40px;
}

@media (max-width: 768px) {
  .customer-logos {
    padding: 0 16px;
  }
}

/* Slider */
.slick-list {
  background: transparent linear-gradient(308deg, #FFE8EF 0%, #FDE8D5 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 6px;
  cursor: pointer;
}

.slick-active button {
  opacity: 1 !important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0px;
  border-radius: 25px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #E62165;
  opacity: .5;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 44%;
  display: block;
  width: 25px;
  height: 25px;
  padding: 11px 5px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #E62165;
  outline: none;
  background: #ffffff;
  z-index: 99;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-next::before {
  content: "\f285";
  font-size: 16px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  color: #2E2E2E;
}

.slick-prev::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  color: #2E2E2E;
}

.mesonary .item {
  display: block;
  margin: 0 0px 40px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}

.mesonary .item img {
  width: 95%;
  height: auto;
  border: 2px solid #707070;
}

@media (max-width: 600px) {
  .mesonary .item img {
    width: 100%;
  }
}

@media (min-width: 600px) {
  .mesonary {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 900px) {
  .mesonary {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

@media (min-width: 1200px) {
  .mesonary {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.home-f .footer-top {
  padding: 120px 0 30px 0 !important;
}

#footer {
  width: 100%;
  bottom: 0;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 65px;
  }
}

#footer .footer-top {
  padding: 40px 0 30px 0;
  background: #FCE7D5;
}

@media (max-width: 992px) {
  #footer .footer-top {
    padding-top: 30px;
  }
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2E2E2E;
  position: relative;
  padding-bottom: 16px;
}

@media (max-width: 992px) {
  #footer .footer-top h4 {
    font-size: 16px;
  }
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  color: #2E2E2E;
  max-width: 452px;
}

@media (max-width: 992px) {
  #footer .footer-top .footer-contact p {
    font-size: 14px;
  }
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

@media (max-width: 992px) {
  #footer .footer-top .footer-links ul {
    padding-bottom: 0;
  }
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
  }
}

#footer .footer-top .footer-links ul li img {
  width: 14px;
}

#footer .footer-top .footer-links ul a {
  font-size: 14px;
  color: #2E2E2E;
  padding-left: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 20px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #E62165;
}

@media (max-width: 992px) {
  #footer .footer-top .footer-links ul a {
    font-size: 14px;
  }
}

#footer .footer-top .social-links a {
  display: inline-block;
  padding: 8px 0;
  margin-right: 14px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-top .social-links a:nth-child(2) img {
  height: 14px;
}

#footer .footer-top .social-links a img {
  height: 18px;
}

.footer-bottom {
  padding: 10px 0;
  background-color: #2E2E2E;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer-bottom .copyright {
  padding: 10px 0;
  text-align: center;
  float: left;
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 992px) {
  .footer-bottom .copyright {
    font-size: 9px;
  }
}

.footer-bottom .credits {
  padding: 0px;
  float: right;
  text-align: center;
  margin-right: 16px;
}

.footer-bottom .credits img {
  height: 40px;
}

@media (max-width: 992px) {
  .footer-bottom .credits img {
    height: 24px;
  }
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  #footer .footer-top .footer-contact {
    margin-bottom: 16px;
  }
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top #footer #footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top #footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 3px;
  z-index: 996;
  background: #E62165;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 0;
  }
}

.back-to-top:hover {
  background: #E62165;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.index_pg #footer .footer-top {
  padding: 90px 0 30px 0;
}
/*# sourceMappingURL=custom.css.map */