body {
  font-family: "Inter Tight", sans-serif;
}

/* Email validation styles */
.form-control.validating {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23007bff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  border-color: #007bff;
}

.form-control.validating::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23007bff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>');
  animation: spin-icon 1s linear infinite;
  pointer-events: none;
}

/* Container needs relative positioning for absolute positioned pseudo-element */
.col-md-6.ps-0 {
  position: relative;
}

@keyframes spin-icon {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

#invalid-Email-error {
  font-size: 12px;
  margin-top: 0.25rem;
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background-color: #fff;
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #fff;
  background: #0056a7;
  font-size: 14px;
  padding: 12px 25px;
  margin: 0 0 0 15px;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  background: #242627;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 40px 0 0;
    padding: 10px 20px;
  }

  .clientlogin {
    order: 2;
  }

  .header .navmenu {
    order: 3;
    position: absolute;
    right: 0;
  }
}

.scrolled .header {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.clientlogin {
  display: flex;
  align-items: center;
}

.clientlogin .clientlogin-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  color: #242627;
  text-align: center;
}

.clientlogin .clientlogin-wrap a:hover {
  color: #010ED0;
}

.clientlogin .helpline {
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 4px;
  font-weight: 500;
  background: #f5f5f5;
  gap: 3px;
  margin: auto;
  margin-bottom: 3px;
}

.clientlogin .helpline:hover {
  color: #0056a7 !important;
  background: #dee0ff;
}

.clientlogin .helpline:hover svg {
  fill: #0056a7;
}

/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 18px 15px;
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    color: #242627;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #242627;
  }
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    color: #242627;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 70px 0px 0px 0px;
    padding: 10px 0;
    margin: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    border-top: 1px solid #00000026;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 10px 20px;
    font-family: "Inter Tight", sans-serif;
    font-size: 17px;
    color: #242627;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #242627;
    position: absolute;
    font-size: 32px;
    top: 18px;
    right: 14px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
#  Book A Meeting
--------------------------------------------------------------*/

.registation-wrap {
  padding: 60px 0;
  padding-bottom: 130px;
}

.registation-img {
  width: 100%;
}

.registation-img img {
  width: 100%;
  border-radius: 12px;
}

.baner-buttons.mobile-view {
  display: none;
}

.baner-buttons .button-one {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #0056A7;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 12px;
  color: #0056A7;
  background: transparent;
  margin-top: 15px;
}

.baner-buttons .button-two {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #0056A7;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 12px;
  color: #fff;
  background: #0056A7;
  margin-top: 15px;
}

.registation-wrap-container {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

.registation-wrap-container .select-calender {
  min-height: 560px;
}

.registation-wrap-container .datetime-format {
  min-height: 560px;
}

.registation-wrap-container .bookconfirm-buttons {
  height: 425px;
}

#confirm-booking-withform {
  border: 1px solid #0775DB;
  color: #fff;
  background: #0775DB;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
  margin-left: auto;
  margin-top: 25px;
  margin-right: 12px;
  margin-bottom: 10px;
}

.registation-info {
  padding-right: 100px;
}

.registation-info h3 {
  color: #071C4D;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.registation-info p {
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 90%;
}

.registation-info ul {
  margin: 0;
  padding: 0;
}

.registation-info ul li {
  color: #242627;
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 90%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 22px;
}

.registation-info ul li:last-child {
  margin-bottom: 0;
}

.registation-info ul li span {
  line-height: 24px;
}

.registation-info ul li span strong {
  font-size: 18px;
}

.registation-info ul li i {
  color: #0056A7;
  font-size: 10px;
}

.registation-form {
  border-radius: 20px;
  border: 1px solid #63ABEE;
  border-bottom: 3px solid #63ABEE;
  box-shadow: 0px 0px 12px 0px #82A6D73D;
  background: #fff;
}

.registation-form .form-header {
  background: #0056A7;
  padding: 20px 30px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}

.registation-form .form-header h4 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: 0;
}

.registation-form .form-box .form-fileds {
  padding: 30px;
  padding-top: 20px;
}

.registation-form .form-box .form-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.registation-form .form-box .form-label small {
  color: #E0292C;
}

.registation-form .form-box .form-label span {
  color: #828282;
}

.registation-form .form-box .form-control {
  background-color: #FAFBFF !important;
  border: 1px solid #E2E2E2 !important;
  border-radius: 4px;
  box-shadow: none !important;
  padding: 10px 20px;
  font-size: 16px;
  height: 45px;
  margin-bottom: 10px;
}

.registation-form .form-box textarea.form-control {
  height: 68px;
  margin-bottom: 20px;
}

.iti__selected-flag {
  background-color: transparent !important;
  border-left: none !important;
}

.iti__selected-dial-code {
  font-size: 14px !important;
  margin-left: 0 !important;
}

.registation-form .form-box .form-control::placeholder {
  color: #B1B1B1;
  font-size: 14px;
  font-weight: 300;
}

.registation-form .form-box .form-button {
  padding: 30px;
  border-top: 1px solid #F0F0F0;
}

.registation-form .form-box .btn-submit {
  background: #0056A7;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
}

.schedule-meeting .modal-dialog {
  max-width: 1200px;
}

.schedule-meeting .modal-content {
  padding: 20px;
  border-radius: 15px;
}

.schedule-meeting .btn-close {
  font-size: 12px;
  border: none !important;
  box-shadow: none !important;
}

.schedule-meeting .modal-footer .cancel {
  border: 1px solid #828282;
  color: #828282;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 15px;
  margin: 0;
  height: 45px;
}

.meeting-profile {
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  border-bottom: 3px solid #E6E6E6;
  padding: 20px;
  height: 100%;
}

.meeting-profile h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.meeting-profile p {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.meeting-profile .hostprofile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.meeting-host {
  background: #D7EBFF;
  color: #0056A7;
  font-size: 12px;
  border-radius: 15px;
  padding: 4px 10px;
}

.meeting-member {
  background: #FFF4D7;
  color: #EE9910;
  font-size: 12px;
  border-radius: 15px;
  padding: 4px 10px;
}

.meeting-profile .hostprofile img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
}

.meeting-profile .hostprofile h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 0px;
}

.meeting-profile .hostprofile p {
  font-size: 12px;
  font-weight: 400;
  color: #4D4D4D;
  margin-bottom: 0px;
}


.guestmeting-schedule-form {
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
  display: inline-block;
}

.guestmeting-schedule-form span {
  background: #FFF4D7;
  border: 1px solid #FFDEA9;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 12px;
  color: #EE9910;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.guestmeting-schedule-form label {
  color: #787878;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.guestmeting-schedule-form label small {
  color: #E0292C;
}

.guestmeting-schedule-form .form-control {
  border: 1px solid #E6E6E6 !important;
  height: 40px;
  box-shadow: none !important;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.guestmeting-schedule-form .form-control::placeholder {
  font-size: 13px;
  color: #B1B1B1;
}

.meeting-profile .clientprofile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.meeting-profile .clientprofile h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 0px;
}

.meeting-profile .clientprofile p {
  font-size: 12px;
  font-weight: 400;
  color: #4D4D4D;
  margin-bottom: 0px;
}

.meeting-profile ul {
  margin: 0;
  padding: 0;
}

.meeting-profile ul li {
  margin-bottom: 12px;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.meeting-profile .description {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 15px;
  display: inline-block;
}

.meeting-profile .description-info {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.meeting-schedulebox {
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  padding: 15px 20px;
  height: 100%;
}

.select-datetime {
  height: 100%;
}

.select-calender {
  height: 100%;
  border-right: 1px dashed #E0E0E0;
  padding-right: 20px;
}

.select-datetime h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  padding-top: 5px;
}

.select-datetime h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}

.select-datetime p {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.select-datetime p i {
  color: #0775DB;
  font-size: 14px;
}

.datetime-format {
  padding-left: 20px;
}

.datetime-format h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  padding-top: 5px;
}

.time-picker-container .toggle-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.time-picker-container .toggle-btn {
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  color: #000000;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.time-picker-container .toggle-btn.active {
  background-color: #E0F0FF;
  color: #000000;
  border-color: #45A5FF;
}

.time-picker-container .toggle-btn:hover:not(.active) {
  background-color: #f8f9fa;
}

.time-picker-container .radio-circle {
  width: 16px;
  height: 16px;
  border: 1px solid #CFCFCF;
  border-radius: 50%;
  background-color: white;
  position: relative;
  flex-shrink: 0;
}

.time-picker-container .toggle-btn.active .radio-circle {
  border-color: #0775DB;
  background-color: white;
}

.time-picker-container .toggle-btn.active .radio-circle::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
}

.time-picker-container .tab-content {
  display: none;
  position: relative;
}

/* .time-slots-section:after {
  position: absolute;
  content: '';
  height: 45px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
} */

.time-picker-container .tab-content.active {
  display: block;
}

.bookconfirm-buttons {
  height: 255px;
  overflow: auto;
  position: relative;
}

.bookconfirm-buttons::-webkit-scrollbar {
  display: none;
}

.bookconfirm-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #4AA4F9;
  color: #0775DB;
  font-size: 12px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 25px;
  background: #fff;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  text-align: center;
}

.bookconfirm-buttons button:hover {
  background: #0775DB;
  color: #fff;
  border-color: #0775DB;
}

.bookconfirm-buttons button span {
  display: none;
  font-weight: 600;
}

.bookconfirm-buttons button:hover span {
  display: inline-block;
  margin-right: 10px;
}

.bookconfirm-buttons button small {
  margin-bottom: 0;
}

.bookconfirm-buttons button:hover small {
  color: #fff !important;
}

#confirm-booking-btn {
  border: 1px solid #0775DB;
  color: #fff;
  background: #0775DB;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
}

.cnfrm-your-booking button {
  border: 1px solid #828282;
  color: #828282 !important;
  background: #fff !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
}

#final-confirm-booking-btn {
  border: 1px solid #0775DB;
  color: #fff !important;
  background: #0775DB !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

#booking-confirmation-modal {
  background-color: rgba(0, 0, 0, 0.4);
}

#booking-confirmation-modal .modal-content {
  padding: 5px 15px;
}

#booking-confirmation-modal .btn-close {
  font-size: 12px;
  border: none !important;
  box-shadow: none !important;
}

#bookingConfirmationLabel {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}

.meetingdetails {
  border: 1px solid #C8E4FF !important;
  border-bottom: 5px solid #C8E4FF !important;
  background: #F6FBFF;
  border-radius: 12px;
  margin-bottom: 10px !important;
}

.meetingdetails div {
  font-size: 15px;
  color: #4D4D4D;
}

.meetingdetails h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.slot-avalibility p {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #6D6D6D !important;
}

.scheduled-client img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}

.scheduled-client h3 {
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.scheduled-client p {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.scheduled-icon i {
  font-size: 35px;
  color: #02A169;
}

.meeting-schedule-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: center;
  margin-top: 2px;
}

.meeting-schedule-info {
  color: #000000 !important;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

#success-close-btn {
  border: 1px solid #0775DB;
  color: #fff;
  background: #0775DB;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  padding: 10px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
  margin-top: 20px;
}

.meeting-update {
  padding: 25px 30px;
  background: #F6FBFF;
  border-radius: 12px;
  text-align: left;
  border: 1px solid #C8E4FF;
  border-bottom: 5px solid #C8E4FF;
}

.meeting-update h5 {
  color: #242627;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.meeting-update ul {
  padding: 0;
  margin: 0;
}

.meeting-update ul li {
  margin-bottom: 10px;
  color: #636363;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.meeting-update ul li:last-child {
  margin-bottom: 0;
}

#join-meeting-btn {
  font-weight: 500;
  background-color: #0056a7;
  font-size: 15px;
  border-color: #0056A7;
  border-radius: 6px;
}

/*--------------------------------------------------------------
# About 
--------------------------------------------------------------*/
.sec-about {
  padding: 80px 0;
  background: #F5F7FD;
}

.sec-divider {
  border-bottom: 1px solid;
  /* width of border */
  border-image: linear-gradient(to right, #F5F7FD, #C8CFE4, #F5F7FD) 1;
  margin: 50px 0;
}

.sec-about .about-heading h3 {
  color: #242627;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
}

.sec-about .about-info p {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.sec-about .servicebox {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
  border-right: 1px solid;
  /* width of border */
  border-image: linear-gradient(to bottom, #F5F7FD, #C8CFE4, #F5F7FD) 1;
}

.sec-about .servicebox .servicebox-img {
  width: 70px;
  height: 70px;
  border: 1px solid #D4EAFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.sec-about .servicebox h4 {
  color: #242627;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.sec-about .servicebox p {
  font-size: 16px;
  color: #515151;
  margin-bottom: 0;
}

.servicebox-two-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.servicebox-two {
  flex: 1 1 calc(20% - 20px);
  text-align: left;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #BFE0FF;
  border-bottom: 4px solid #BFE0FF;
  margin-top: 15px;
}

.servicebox-two img {
  margin-bottom: 15px;
}

.servicebox-two h4 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.servicebox-two p {
  color: #4B4B4B;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Client Slider
--------------------------------------------------------------*/
.client-slider {
  padding: 60px 0;
  background: #fff;
}

.client-slider h2 {
  color: #242627;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.client-slider .testimonial-card {
  border: 1px solid #A0A8CE;
  border-radius: 15px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
}

.client-slider .clientimg {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid #fff;
}

.client-slider .clientimg img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}

.client-slider .clientimg:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #A0A8CE;
}

.client-slider .clientimg:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: -24px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #A0A8CE;
}

.client-slider .feedback-info {
  text-align: center;
  padding-top: 30px;
}

.client-slider .feedback-info h3 {
  color: #003261;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.client-slider .feedback-info .designation {
  color: #4F657B;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.client-slider .feedback-info .designation span {
  font-weight: 600;
}

.client-slider .feedback-info .text {
  color: #737D87;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}

.client-slider .feedback-info .text img {
  width: 14px;
}

.client-slider .feedback-info .text .quote-left {
  position: absolute;
  left: -10px;
  top: -8px;
}

.client-slider .feedback-info .text .quote-right {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.client-slider .ratings {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 12px 0px #00000017;
  background: #fff;
  border-radius: 15px;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-slider .ratings i {
  color: #FFBC04;
  font-size: 12px;
}

.client-slider .owl-dots {
  display: block !important;
}

.client-slider .owl-dot.active span {
  background: #0056A7 !important;
}

.client-slider .owl-dots span {
  background: #CBCFE4 !important;
}

/*--------------------------------------------------------------
# Ready To Build
--------------------------------------------------------------*/
.ready-to-build {
  padding: 60px 0;
}

.ready-to-build h2 {
  color: #242627;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.ready-to-build p {
  color: #000000;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.ready-to-build a {
  background: #0056A7;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
}

.fixed-book-meeting {
  padding: 25px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.fixed-book-meeting h2 {
  color: #242627;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fixed-book-meeting p {
  color: #000000;
  font-size: 18px;
  margin-bottom: 0px;
}

.fixed-book-meeting a {
  background: #0056A7;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  margin-left: auto;
}

.fixed-book-meeting.hide {
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Success Story
--------------------------------------------------------------*/
.success-story {
  margin-top: -70px;
}

.success-story .row {
  background: #0056A7;
  border-radius: 12px;
  padding: 15px 20px 40px 20px;
}

.success-story .storybox {
  display: flex;
  align-items: end;
}

.success-story .storybox h3 {
  font-family: "Arial", Sans-serif;
  font-size: 70px;
  margin: 0;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  stroke: #fff;
  color: transparent;
}

.success-story .storybox .countnumbers {
  margin-left: -10px;
  margin-bottom: -15px;
}

.success-story .storybox h4 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.success-story .storybox h4 span {
  font-size: 24px;
}

.success-story .storybox p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #000000;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: #f5f5f1b3;
  line-height: 1;
  font-size: 16px;
}

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

.footer .footer-about a img {
  width: 180px;
  filter: brightness(0) invert(1);
}

.footer .footer-contact {
  padding-top: 40px;
}

.footer .footer-contact p {
  margin-bottom: 16px;
  color: #F5F5F1B3;
  font-size: 16px;
  width: 90%;
}

.copyright {
  padding: 15px 30px 15px 30px;
  background: #CCCCCC;

}

.copyright p,
.copyright a {
  margin: 0;
  color: #242627;
  font-size: 14px;
}

.copyright .border-line {
  padding-left: 15px;
  border-left: 3px solid #00000026;
  border-right: 3px solid #00000026;
  display: inline-block;
}

.copyright .socialmedia {
  border-left: 3px solid #00000026;
  padding-left: 30px;
}

.copyright .socialmedia a {
  margin-right: 10px;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.form-control.is-valid {
  border-color: #28a745 !important;
}

#bookingMessage {
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .clientlogin-wrap {
    margin-right: 10px;
  }

  .registation-info {
    padding-right: 0;
  }

  .sec-about .servicebox {
    border-right: 0;
  }

  .sec-about .about-info p {
    margin-bottom:
      10px;
  }

  .servicebox-two {
    flex: 1 1 calc(33% - 20px);
    margin-top: 0;
  }

  .fixed-book-meeting h2 {
    font-size: 24px;
  }

  .fixed-book-meeting a {
    font-size: 18px;
  }
  .fixed-book-meeting p{
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .registation-wrap .reverse {
    flex-direction: column-reverse;
  }

  .registation-info {
    padding-right: 0;
    padding-top: 18px;
  }

  .clientlogin-wrap {
    display: none;
  }

  .header .logo img {
    width: 160px;
  }

  .header {
    padding: 15px 5px;
  }

  .registation-info h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .registation-info ul li span {
    line-height: 22px;
  }

  .registation-info p {
    max-width: 100%;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .registation-info ul li {
    font-size: 14px;
  }

  .registation-form {
    margin-left: 0;
  }

  .registation-wrap {
    padding: 20px 0;
    padding-top: 0;
  }

  .registation-form .form-header {
    padding: 20px;
  }

  .registation-form .form-header h4 {
    font-size: 20px;
  }

  .registation-form .form-box .btn-submit {
    font-size: 18px;
  }

  .success-story {
    margin: 0;
  }

  .success-story .container {
    padding: 0;
  }

  .success-story .storybox {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee33;
    padding-bottom: 30px;
  }

  .success-story .storybox:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .sec-about {
    padding: 40px 0;
  }

  .sec-about .about-heading h3 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 32px;
  }

  .sec-about .about-info p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .sec-about .servicebox p {
    font-size: 14px;
  }

  .sec-about .servicebox {
    gap: 15px;
    border: none;
  }

  .sec-divider {
    margin: 40px 0;
  }

  .footer {
    background-image: none !important;
  }

  .footer .footer-links-wrap {
    display: block;
  }

  .footer .footer-links ul {
    width: 100%;
    margin-bottom: 8px;
  }

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

  .copyright .border-line {
    display: none;
  }

  .contact-num {
    display: none;
  }

  .copyright-box {
    display: block !important;
    text-align: center;
  }

  .socialbox {
    justify-content: center;
  }

  .copyright .socialmedia {
    border: none;
    padding-left: 0;
  }

  .copyright p,
  .copyright a {
    margin: 0 10px 10px 10px;
    display: inline-block;
  }

  .copyright .socialmedia a {
    margin-bottom: 0;
  }

  .success-story .row {
    background-image: none !important;
    border-radius: 0;
    padding: 15px;
    padding-top: 20px;
  }

  .meeting-profile {
    height: auto;
  }

  .schedule-meeting .modal-body .col-lg-5 {
    padding: 0;
  }

  .schedule-meeting .modal-body .col-lg-7 {
    padding: 0 !important;
  }

  .select-calender {
    border-right: none;
    border-bottom: 1px dashed #E0E0E0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .time-picker-container .toggle-buttons {
    justify-content: center;
  }

  .detail-item {
    font-size: 15px !important;
  }

  #booking-confirmation-modal .modal-content {
    padding: inherit;
  }

  .meeting-update {
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .client-slider {
    padding: 40px 0;
    padding-bottom: 30px;
  }

  .client-slider h2 {
    font-size: 25px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 35px;
  }

  .ready-to-build {
    padding: 30px 20px;
  }

  .ready-to-build h2 {
    font-size: 25px;
  }

  .ready-to-build p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .ready-to-build a {
    font-size: 16px;
  }

  .registation-form .form-box .col-md-6 {
    padding: 0 !important;
  }

  .guestmeting-schedule-form .col-md-6 {
    padding: 0 !important;
  }

  .registation-wrap-container .col-lg-5 {
    padding: 0 !important;
  }

  .registation-wrap-container .col-lg-7 {
    padding: 0 !important;
  }

  .registation-wrap-container .select-calender {
    min-height: auto;
  }

  .registation-wrap-container .datetime-format {
    min-height: auto;
  }

  .success-story .storybox {
    align-items: flex-start;
  }

  .success-story .storybox h3 {
    font-size: 40px;
  }

  .success-story .storybox .countnumbers {
    margin-left: 4px;
    margin-top: 4px;
  }

  .servicebox-two {
    flex: 1 1 calc(50% - 10px);
    margin-top: 0;
  }

  .fixed-book-meeting {
    text-align: center;
    padding: 20px 0;
  }

  .fixed-book-meeting h2 {
    font-size: 20px;
    display: none;
  }

  .fixed-book-meeting p {
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
  }

  .fixed-book-meeting a {
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
  }

  .baner-buttons {
    display: none;
  }

  .baner-buttons.mobile-view {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .baner-buttons.mobile-view a {
    font-size: 16px;
    padding: 12px;
  }
}

@media (max-width: 400px) {

  .registation-info h3 {
    font-size: 28px;
  }

  .registation-form .form-header h4 {
    font-size: 16px;
  }

  .meetingdetails div {
    font-size: 12px;
  }

  .meeting-update ul li {
    font-size: 13px;
  }

  .header .btn-getstarted {
    padding: 10px 15px;
  }
}