:root {
  --primary: #0b53a5;
  --secondary: #f57e57;
  --light: #eef9ff;
  --dark: #091e3e;
}
.font-weight-bold,
h1,
h2 {
  font-weight: 700 !important;
}
.font-weight-semi-bold,
h3,
h4 {
  font-weight: 600 !important;
}
.font-weight-medium,
h5,
h6 {
  font-weight: 500 !important;
}
.btn {
  font-family: Jost, sans-serif;
  font-weight: 600;
  transition: 0.5s;
}
.btn-primary,
.btn-secondary {
  color: #fff;
}
.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}
.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-square {
  width: 36px;
  height: 36px;
}
.btn-sm-square {
  width: 28px;
  height: 28px;
}
.btn-lg-square {
  width: 46px;
  height: 46px;
  z-index: 1;
}
.btn-lg-square,
.btn-sm-square,
.btn-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}
.top-shape::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  top: 0;
  left: -20px;
  background: var(--primary);
  transform: skew(40deg);
}
#appointmentBox {
  scroll-margin-top: 100px;
}
.video-card {
  box-shadow: 0 0 10px var(--light);
}
.navbar-light .navbar-nav .nav-link {
  font-family: Jost, sans-serif;
  padding: 35px 15px;
  font-size: 18px;
  color: var(--dark);
  outline: 0;
  transition: 0.5s;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
}
ul {
  list-style: none;
  padding: 0;
}
ul li {
  display: flex;
  position: relative;
  left: 1.75rem;
  margin-bottom: 1rem;
}
ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  color: #fff;
  background-color: #0b53a5;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 4px;
  left: -1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
input,
select,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.3s;
}
input:focus,
textarea:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.form-container {
  background: #fff;
  padding: 30px;
  width:100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
input,
textarea {
  font-family: Arial, sans-serif !important;
}
.checkbox input {
  width: auto;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.validation-message {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  position: absolute;
  top: 100%;
}
.error {
  color: red;
  background: #fff;
}
.success {
  color: #0eff00;
}
.valid {
  border-color: #0eff00;
}
.invalid {
  border-color: red;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar-collapse {
  flex-basis: auto;
    flex-grow: 0;
    align-items: center;
    margin: auto;
 }
}
@media (max-width: 374.98px) {
  .cf-turnstile {
    transform: scale(60%);
  }
}
.carousel-caption {
  position: relative !important;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.85);
  z-index: 1;
}
@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }
  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
  .navbar-light .navbar-brand {
    width: 100%;
  }
  .navbar-light .navbar-brand img {
    width: 100%;
  }
  .footer-bottom {
text-align: center;
font-size: 12px;
} 
.carousel-control-next, .carousel-control-prev {
    top: -25%;
}
.navbar {
  background-color: #EEF9FF !important;
}
#appointmentBox {
  scroll-margin-top: -150px;
} 
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}
.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--primary);
}
.section-title h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondary);
}
.twentytwenty-wrapper {
  height: 100%;
}
.hero-header {
  background: linear-gradient(rgba(9, 30, 62), rgba(9, 30, 62, 0.95)),
    url(../img/bg-patch.jpg) center center no-repeat;
  background-size: cover;
}
.bg-appointment {
  background: linear-gradient(rgba(9, 30, 62), rgba(9, 30, 62, 0.95)),
    url(../img/bg-patch.jpg) center center no-repeat;
  background-size: cover;
}
.appointment-form {
  background: rgba(6, 163, 218, 0.7);
}
.service-item .bg-light,
.service-item .bg-light h5,
.service-item img,
.team-item .team-text {
  transition: 0.5s;
}
.service-item:hover img {
  transform: scale(1.15);
}
.service-item .bg-light::after,
.team-item .team-text::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 100px/15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.service-item:hover .bg-light::after,
.team-item:hover .team-text::after {
  opacity: 1;
}
.bg-offer {
  background: url(../img/bg-patch.jpg) center center no-repeat;
  background-size: cover;
}
.offer-text {
  background: rgba(6, 163, 218, 0.85);
}
.price-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 45px);
  height: 45px;
  top: calc(50% - 22.5px);
  left: -22.5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
}
.price-carousel:hover .owl-nav {
  opacity: 1;
}
.price-carousel .owl-nav .owl-next,
.price-carousel .owl-nav .owl-prev {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}
.price-carousel .owl-nav .owl-next:hover,
.price-carousel .owl-nav .owl-prev:hover {
  background: var(--secondary);
}
.bg-testimonial {
  background: url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}
.testimonial-carousel {
  background: rgba(6, 163, 218, 0.85);
}
.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
  background: var(--secondary);
}
.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 10px;
}
#date1::placeholder {
  color: #000!important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #333!important;
}


@media (min-width: 767.98px) {
 .form-label {
   display:none;
}
}

@media (max-width: 767.98px) {
 .form-label {
    margin-bottom: .5rem;
    font-size: 14px!important;
    color: #fff!important;
    text-align: left!important;
    display: block!important;
    line-height:1;
}
}

