html {
  font-size: 16px;
}
.navbar-brand img {
    width:210px !important;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ff-oswald {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.ajaxeasy-validationerrors {
  text-align: initial;
}

.btn-primary {
  background-color: #56250d;
  color: #fff;
  border-color: #56250d;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #56250d !important;
  border-color: #56250d !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #034678 !important;
  border-color: #034678 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.product {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background-color: #23b8f2;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.product:hover {
  text-decoration: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.product img {
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  height: 312px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product p {
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  min-height: 68px;
}

.appoinmentSec {
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 241, 241, 0.85)), to(rgba(240, 241, 241, 0.85))) no-repeat, url("../images/query-form-bg.jpg") no-repeat;
  background: linear-gradient(0deg, rgba(240, 241, 241, 0.85), rgba(240, 241, 241, 0.85)) no-repeat, url("../images/query-form-bg.jpg") no-repeat;
  background-size: cover, cover;
  background-position: center, center;
}

.appoinmentSec .title {
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 50px;
}

.appoinmentSec .title span {
  display: block;
}

.appoinmentSec .form-control {
  border-radius: 0;
  border: 1px solid #231f20;
  background-color: transparent;
  height: 50px;
  font-size: 18px;
  color: #231f20;
  font-weight: 700;
}

.appoinmentSec .form-control::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #231f20;
}

.appoinmentSec .form-control:-ms-input-placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #231f20;
}

.appoinmentSec .form-control::-ms-input-placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #231f20;
}

.appoinmentSec .form-control::placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #231f20;
}

.appoinmentSec .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appoinmentSec .btn-primary {
  padding: 11px 80px;
  font-weight: 700;
}

.appoinmentSec .or {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

.appoinmentSec .callUs {
  font-weight: 900;
  font-size: 28px;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .appoinmentSec .title {
    font-size: 20px;
  }
}

.callSec {
  background-color: #023155;
  color: #fff;
  padding: 25px 0;
}

.callSec .title {
  font-weight: 700;
  font-size: 32px;
}

.callSec .subText {
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0;
}

.callSec .btn {
  font-size: 18px;
  padding: 14px 30px;
}

.callSec .btn i {
  margin-left: 10px;
}

.swiper-pagination-bullet {
  width: 50px;
  border-radius: 20px;
  background-color: #fff;
}

.timepickerIcons {
  color: #333;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid #34495e;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 300px;
  max-width: 100%;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
  color: #bbb;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
  border-bottom-color: #0095ff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
  background-color: #0095ff;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
  height: 40px;
  padding: 0;
  width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
  border-bottom: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
  border-radius: 0;
  height: 77px;
  line-height: 77px;
  margin: 0;
  width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
  display: block;
  float: left;
  width: 50%;
  height: 46px;
  line-height: 46px !important;
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
  padding: 0;
  width: 30%;
  height: 20px;
  line-height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
  width: 10%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  border: none;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  padding: 0;
  width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
  color: #333;
  margin-top: -1px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
  background-color: #eee;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
  border-top: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
}

.todayText:before {
  content: "Today's Date";
}
/*# sourceMappingURL=style.css.map */