.splash-page {
    background-image: url('../../images/splash-page.jpg');
    width: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sticky-top {
    padding-top: 62px;
}
.bg-skyblue{
    background-color: #83d5fe;
}
.service-bg-img {
    background-image: url('../../images/client/Home-Banner.jpg');
    width: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-font{
    font-size: 40px;
}

.hover-booknow {
    display: none;
}
.btn-outline-light{
    border-width: 4px;
}
.border-navy:hover{
    background-color: #ffc266;
    border-color: #ffc266!important;
    opacity: 0.7;
    border-radius: 20px;
}
.border-navy:hover .hover-booknow {
    display: inline;
}
.payments-bg-img {
    background-image: url('../../images/client/payments/BG.jpg');
    width: 100%;
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

    height: 220px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tips{
    margin-left: -6px;
}
.footer-color{
    background-color: #e51c1f;
}
.footer2-float{
 float: right;
}
.custom-toggler{
   display: none;
}
.login-nav-none{
   display: none;
}
.contactus-nav-none{
   display: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .bg-font{
        font-size: 18px;
    }
    .login-nav{
       display: none;
    }
    .contactus-nav{
       display: none;
    }
    .login-nav-none{
       display: inline;
    }
    .contactus-nav-none{
       display: inline;
    }
    .custom-toggler{
       display: inline;
    }
    .payments-bg-img {
        background-size: cover;
        height: 260px;
    }
    .footer2-float{
     float: none;
    }
    .footer2-center{
     text-align: center;
    }
    .responsive-text{
        text-align: center;
    }
}

/* CSS COMPANY DETAILS */
.companyd-details-border{
    border-top: 3px #ffbd00 solid;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
position: absolute;
right: 6px;
top: 2px;
}

.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-left: .1rem;
margin-right: .1rem;
}
/* center place holder */
.placeholder > ::-webkit-input-placeholder {
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}
.placeholder > :-moz-placeholder {
    /* Firefox 18- */
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}
.placeholder > ::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}
.placeholder > :-ms-input-placeholder {
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}
/* center absolute */
.center-absolute{
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgb(26, 26, 26, 0.5);
}
.opacity-1{
    opacity: 1;
}
.rounded-services{
    border-radius: 20px;
    background-color: white;
}
 .coolfix:hover .rounded-services{
    background-color: #e51c1f;
 }
 .upload-text, .span{
    color: gray;
 }
 .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    border-color: black;
  } 