*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}
.top-nav{
    padding: 10px 0px;
   
    background-color: #1F425D;
}
.top-nav .icon-text span{
    color: #fff;
    font-size: 15px;
    font-family: 'Segoe UI';
}.top-nav .icon-text i{
    color: #4ab9cf;
    padding-left: 8px;
    font-size: 15px;
}

.top-nav .social-icon i{
    color: #fff;
    font-size: 15Px;
    padding-left: 1.5rem;
}

.navbar{
    height: 85px !important;
    /* overflow: hidden !important;  */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 0px !important;
    align-items: center;
}
.navbar .nav-link{
  color: #1f425d;
  font-weight: 600;
  font-size: 16px;
  margin-left: 1rem;
}
.book-btn{
    background-color: #1f425d;
    color:#fff;
    font-size: 17px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 0%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.book-btn:hover{
  
    transition: 0.3s ease-in-out;
    background-color: #14222d !important;
        color: #fff !important;
}


.owl-item .cloned {
    width: 100% !important;
}

.nav-item img {
    width: 100% !important;
    object-fit: cover;
}

.nav-row li {
    margin-left: 1.3rem;
}

.owl-dots {
    display: none;
}


.offer-section{
    margin-top: 5rem !important;
}

.value-section{
    margin-top: 5rem;
}

.value-section .val-icon i{
    color: #4AB9CF;
    font-size: 40px;

}.value-section .val-head{
    color: #1F425D;
    font-size: 22px;
    font-family: "poppins";
 
    margin-top: 1rem;
}
.value-section p{
  font-size: 13px;
  font-family: "poppins" !important;
}

.form-control{
    height: auto !important;
    border-radius: 0%;
    border: 1px solid #ced4da !important; 
}

.value-section .col{
    margin-top: 2rem;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
padding: 2rem;
background-color: #E9F6F9;
margin-left: 2rem;

}.value-section .col:hover{
transform: translateY(-8px);
transition: 0.3s ease-in-out;
cursor: pointer;
user-select: none;

}
.customer-home .col img{
    transition: 0.3s ease-in-out;
}
.customer-home .col img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
footer{
    margin-top: auto ;  
}
.footer{
    margin-top: auto ;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.foot-links ul{
    text-align: start;
    text-decoration: none;
    list-style-type: none;
    padding: 0%;
}.foot-links ul li{
    text-align: start;
    text-decoration: none;
    list-style-type: none;
    padding: 0%;
}
.footer h6{
    padding: 8px 0px;
    border-bottom:2px solid #1d1d1dfc;
}