.vl-logo img {
    width:150px;
}
.vl-service-area {
        background: #ecf4f3;
    padding: 50px 0;
}
.service_box_item {
    background: white;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #f7ba24;
}
.service_box_item img{
        height: 215px;
    width: 100%;
        object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.service_box_item h4 {
    font-size: 18px;
    color: #383838;
    padding: 8px 0;
}
.service_box_item ul {
    margin-left: 25px;
}
.service_box_item ul li {
        font-size: 14px;
    list-style: disc;
}
.service_box_item a {
    background: #f7ba24;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}
.vl-cta-area .split-line {
    text-align:center;
}
.item_box {
    
}
.item_box img {
        margin-bottom: 30px;
    border-radius: 15px;
    height: 299px;
    width: 100%;
    object-fit: cover;
}
.vl-footer-logo img {
    width: 200px;
    border-radius: 5px;
}
.contact-form {
    
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-control {
    height: 45px;
    border-color: #818080;
    width: 100%;
    line-height: 31px;
}
.nice-select {
    margin-bottom: 15px;
}
.modal-content {
    position:relative;
        z-index: 1;
}
.modal-content:before {
    content:'';
        z-index: -1;
        background-image: url(../../img/narula_logo.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 30%;
    opacity: .05;
    top: 0;
    left: 0;
}
.vl-offcanvas-logo img {
    width:150px;
}
.Book_appointment {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background: #00adef;
    color: white;
    z-index: 1;
    padding: 14px;
    border-radius: 15px 15px 0 0;
}
.vl-offcanvas {
  position: fixed;
  top: 0;
  padding:25px;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: all 0.3s ease;
  overflow-y: auto;
}

.vl-offcanvas.open {
  left: 0;
}

.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.vl-offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}
