* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
a {
  display: inline-block;
  color: #000;
  text-decoration: none !important;
}
a.nav-link {
  color: #3eb3d1 !important;
}
.header-main-phone-block {
  width: fit-content;
}
.main-menu-nav-toggler {
  border: unset !important;
}
.main-menu-nav-toggler:focus {
  box-shadow: unset !important;
}
.nav-drpdwn li a {
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 20px 15px;
  margin: 0;
  border: none;
  line-height: inherit;
  color: #3eb3d1;
}
.hotel-booking {
  min-height: 100%;
  background: linear-gradient(0deg, rgba(6, 78, 63, 0.3), rgba(6, 78, 63, 0.3));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding: 40px 0px;
}
.hotel-booking-row {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
}
.hotel-booking h1 {
  color: #3eb3d1;
  letter-spacing: 2px;
}
.form-container label {
  z-index: 1 !important;
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(141, 25, 123, 0.25);
  border-color: #3eb3d1;
}
#submit {
  background:#0d3120;
  color: #fff;
  width:max-content;
}
#submit:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 78, 63, 0.25);
  border-color: transparent;
}
label.error {
  color: #ff0000 !important;
  position: absolute;
  right: 0;
  text-align: right;
}
.form-checkbox-div label.error {
  right: 10px !important;
}
.form-checkbox-div {
  background: #fff;
  position: relative;
  padding: 1rem 0.75rem;
  border-radius: 5px;
}
.form-control:focus + label.error {
  right: -30px !important;
  text-align: right;
}
span.phone-number i,
span.phone-number {
  font-size: 15px;
  color: #3eb3d1;
}
.center-header {
  border-bottom: solid 2px #efefef;
}
span.phone-number {
  padding: 8px 15px;
}
.nav-drpdwn {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  box-shadow: 0 8px 6px 2px #ebebeb;
}
.nav-drpdwn li:hover .dropdown-item {
  background: #3eb3d1 !important;
  color: #fff;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
a.appoint-btn {
  background: #3eb3d1 !important;
  padding: 10px 15px !important;
  color: #fff;
  border-radius: 0 !important;
}
a.appoint-btn:hover {
  background-color: #3eb3d1 !important;
}
.social-links {
  color: #3eb3d1 !important;
}
footer {
  background-color: #e2e6f2;
}
footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}
footer .sidebar-area h2 {
  padding: 20px 0px;
  color: #3eb3d1;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .sidebar-area p {
  line-height: 1.9em;
  font-weight: normal;
  color: #002737;
}
.quick-links li a,
.footer-our-services li a {
  color: #002737;
  font-size: 15px !important;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1.9em;
}
footer .inner-content-div .social-links a i {
  font-size: 20px;
}

.top-bar{
        padding: 10px 0;
    background-color: #5f6f52;
}
.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    color: #fff    
}
.top-bar ul li{
    padding:0 10px;
}
.top-bar ul li a{
    color:#fff;
}
header{
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: #0d3120;
}
header img{
    max-width: 100%;
    padding: 10px 0;
}
.menu-container {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.logo {
    font-size: 1.5em;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.desktop-menu {
    display: none;
}

.mobile-menu-icon {
    font-size: 2.5em;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin: auto;
}

.mobile-menu {
    display: none;
    color: #fff;
}

.mobile-menu ul {
    flex-direction: column;
}

.mobile-menu ul li {
    padding: 10px 0;
    text-align: center;
}

footer{
    background-color: #5f6f52;
    color: rgba(255, 255, 255, 1);
    line-height:30px;
}

footer a{
    color:#fff;
}

footer h3{
    text-transform:uppercase;
}

footer li{
    list-style:none;
}
footer li:before{
    content: "\00BB";
    color:#fff;
    font-size: 20px;
    padding-right: 10px;
}

.site-info {
    padding: 3px 0;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
}
.site-info a{
    color: rgba(255, 255, 255, 1);
}
.site-info span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .desktop-menu {
        display: block;
    }
    .mobile-menu-icon {
        display: none;
    }
    .mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  span.phone-number {
    padding: 8px 1px 8px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .main-menu-nav-toggler {
    margin: 5px 0px !important;
  }
  .main-menu-nav-toggler span i {
    color: #3eb3d1;
  }
}
@media only screen and (max-width: 425px) {
  label.error {
    font-size: 13px;
  }
  img.custom-logo {
    width: 100%;
  }
}

@media only screen and (min-width: 325px) and (max-width:425px)
{
  .terms_div .error {
    top: 20px !important;
  }
}
