*{
    margin: 0px;
    padding: 0px;
}

.navbar-nav .nav-item{
 margin: 0px 15px;
}

#navbarNav{

    justify-content: end;

}

.offcanvas{
    height: 100vh!important;
}

.nav-item button{
    background-color: #f7b11e;
    border: 0px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
}
.navbar-nav .nav-item .nav-link::after{
    content: "";
    background-color: #00368c;
    width: 0px;
    padding: 0px;
    height: 2px;
    display: block;
   }

   .navbar-nav .nav-item .nav-link:hover::after{
    content: "";
    background-color: #00368c;
    width: 100%;
    padding: 0px;
    height: 2px;
    display: block;
    transition: all ease 0.5s;
   }

   .navbar-nav .nav-item .nav-link:hover{
   
    color: #00368c;
    
   }
   .nav-item .active{

    color: #00368c!important;

   }
   .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
   }

   .call-head a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
   }

   .call-head a i{
    font-size: 15px;
    color: #f7b11e;
    margin-right: 5px;
   }

   .mail-head a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
   }

   .mail-head a i{
    font-size: 15px;
    color: #f7b11e;
    margin-right: 5px;
   }

   .top-nav {
    padding: 5px;
    background: #000;
}

.top-nav-links{
    display: flex;
    gap: 25px;
}

.social-links-nav {
 gap: 15px;
 display: flex;
 
} 
.nav-link{
    color: #000;
}

.social-links-nav a{
    color: #f7b11e;
    text-decoration: none;
}

.social-links-nav h5{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}

.top-navs-bar{
    display: flex;
    justify-content: space-between;
}




.banner-form {
    max-width: 380px;
    width: 380px;
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 111;
    background-color: #f7b11e;
    border: 3px solid #fff;
    border-radius: 40px 40px 0px 0px;
    padding: 20px;

}

.banner-form-text h2{
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}

.banner-form-text h5{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;

}

.form-inputs input{
    padding: 8px;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 1px #5f5f5f;
}

.form-inputs textarea{
    padding: 8px;
    border-radius: 0px;
    box-shadow: 0px 0px 2px 1px #5f5f5f;
}

.form-inputs button{
    background-color: #00368c!important;
    color: #fff!important;
    border-radius: 50px;
    padding: 15px 15px;
    border: 2px Solid #fff!important;
}

.banner-title {
   
    color: #000000;
    text-align: center;
    padding: 8px;
   
}
.banner-title h5{
    margin-bottom: 0px;
    
    font-size: 20px;
}
.modal-body .banner-form{
    border-radius: 0px;
}

.inner-img img{
    display: block;

    margin: auto;
}
.inner-box{
    padding: 10px;
   
    border: 1px solid #fff;
    border-radius: 5px;
}

.inner-text h6{
    color: #fff;
    font-size: 15px;
}
 .feature-boxes{
    background-color: #00368c;
    padding: 20px;
 }

 .title h1 span{
    color: #f7b11e;
    border-bottom: 0px!important;
 }

 .title h1{
    text-align: inherit!important;
    font-weight: 800!important;
 }

 .icon-box img{
    border: 1px solid #2196F3;
    border-radius: 50px;
 }

 .inclusion-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
 }
.icon-box img{
    display: block;
    margin: auto;
}
.icon-box h6{
 font-size: 15px
}
.service-inclusion h4{
    font-size: 22px;
    font-weight: 700;
}

.inclusion-list{
    padding-left: 0px;
    list-style: none;
}
.inclusion-list li::before{
    content: "*";
    margin-right: 3px;
    font-weight: 700;
    color: #525252;
}

.inclusion-list li{
    font-weight: 400;
    color: #000000;
}


 .form-inputs button{
    color: #000000;
    background-color: #f7b11e;
    font-weight: 700;
    border: 0px;
    width: 50%;
    display: block;
    margin: auto;

 }

 .banner{
    position: relative;
 }

 .title h5{
 
    font-size: 18px;
    color: #198754;
 }
 .about-us-content {
    padding-left: 20px;
 }
 .title h1{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
 }
 .title h1 span{
    color: #f7b11e;
    border-bottom: 3px solid #f7b11e;
 }

 .about-para {
    margin-top: 20px;

 }
 .about-para {
    text-align: justify;
    
 }

 .about-button .btn{
    background-color: #f7b11e;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
 }

 .support-number a{
    display: flex;
    gap: 10px;
    text-decoration: none;
 }
 .support-number a .support-icon i{
    color: #f7b11e;
    font-size: 35px;
    padding-top: 10px;
 }
 .support-number a .support-contact span{
    color: #f7b11e;
    font-size: 14px;
    
 }
 .support-number a .support-contact h5{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    
 }

 .about-button {
    display: flex;
    gap: 25px;
 }

 .services .container .title h5{
text-align: center;
 }

 .services .container .title h1{
    text-align: center;
     }

     .services{
        background-color: #f2f7f6;
     }

     .srvices-boxes{
        margin-top: 50px;
     }
     .service-box{
        padding: 15px;
        background-color: #fff;
     }

     .services-img{
        overflow: hidden;
        border-radius: 20px;
     }
     .service-head {
        padding-top: 15px;
        border-bottom: 1px solid #dddddd;
     }

     .service-head h4{
        font-size: 18px;
        font-weight: 700;
     }
     .feature-inner{
        display: flex;
        gap: 5px;
     }

     .features-text h6{
        color: #525252;
        font-size: 14px;
        padding-top: 3px;
     }

     .feature-box{
        display: flex;
        justify-content: space-between;
        
     }

     .service-fetaures{
        padding: 10px;
        background: #f7f7f2;
        margin-top: 10px;
        border-radius: 10px;
     }

     .features-icon i{
        color: #f7b11e;
     }
     
     .btn-more-details{
        background-color: #f7b11e!important;
        font-weight: 600;
     }
     .btn-book{
        background-color: #198754!important;
        color: #fff!important;
     }

     .more-detais-btn{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
     }

     .modal-header .btn-close{
        position: absolute;
    right: 0;
    top: 0;
    background-color: #f7b11e;
    opacity: 1;
     }


     .custom-prev-btn,
.custom-next-btn {
  width: 30px; /* Adjust the size as needed */
  height: 30px;
  cursor: pointer;
}

.owl-nav {
  display: flex!important;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
}

#testimonials-carousel .owl-nav .custom-prev-btn {
    position: absolute;
  
  }

  #testimonials-carousel .owl-nav .custom-next-btn {
    position: absolute;
  
  }

.owl-nav .custom-prev-btn {
  position: absolute;
  left: 10px; /* Adjust the position as needed */
}

.owl-nav .custom-next-btn {
  position: absolute;
  right: 10px; /* Adjust the position as needed */
}

.price h4{
    font-size: 25px;
    font-weight: 700;
    color: #198754;
}
.price h4 span{
    
    color: #000000;
}

.price h4 small{
    font-size: 15px;
    color: #525252;
}

.special-features h5{
    color: #f7b11e;
    font-size: 18px;
}

.features-list{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.features-list li::before{
 content: url(../img/icons/check-mark.png);
 margin-top: 10px;
 margin-right: 5px;

}

.btn-book-now{
    background-color: #f7b11e;
    color: #000;
}
.btn-call-us{
    background-color: #00368c;
    color: #fff;
}

.btn-whatsapp-us{
    background-color: #198754;
    color: #fff;
}

.service-box:hover .services-img img{
    transform: scale(1.15);
    transition-duration: 0.5s;
}

.btn-view-all{
    border: 1px solid #000;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    max-width: 170px;
    display: block;
    margin: auto;
    margin-top: 20px!important;
}
.btn-view-all:hover{
  color: #000;
  background-color: #f7b11e;
}

.why-choose-us .container .title{

    text-align: center;
}
.why-choose-us .container .title h1{
color: #fff;
}

.why-choose-us{
    background: url(../img/banners/banner-bg.jpg);
}

.why-icon i{
    font-size: 40px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    z-index: 111;
}
.why-text h5{
    text-align: center;
    color: #fff;
    padding-top: 20px;
    position: relative;
    z-index: 111;
}
.why-text p{
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 111;
    
}

.why-boxes{
    border: 1px solid #198754;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 111;
    position: relative;
}




.testimonials{
    background: url(../img/banners/testimonial-bg.png);
}

.testimonial-text{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.testimonial-text p{
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    color: #525252;
}

.customer-name{
    padding-top: 20px;
}

.testinmonial-box{
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    background-color: #fff;
}

.testimonial-star span i{
    padding: 1px;
    color: #f7b11e;
}

.testimonial-part{
    margin-top: 50px;
}

.owl-dots{
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span{
    height: 15px!important;
    width: 15px!important;
    background-color: #ffe09e!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #f7b11e!important;
}

.offering{
    background-color: #fff8f6;
    position: relative;
    z-index: 111;
}

.offering-box{
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #d6d6d6;
    position: relative;
    z-index: 111;
    overflow: hidden;
}
.offering-icon img{
    display: block;
    margin: auto;

position: relative;
z-index: 1111111;    
}
.offering-icon{
    position: relative;
    z-index: 111111;
}
.offering-icon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 35%;
    background-color: #fff7e8;
    opacity: 1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  
}

.offering-text{
    padding-top: 20px;
    text-align: center;
    position: relative;
    z-index: 11;
}


.offering-box:before {
    content: '';
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #198754;
    border-radius: 20px 20px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;

}

.offering-box:hover:before {
    top: 0%;
    border-radius:15px;
    opacity: 100%;
}

.offering-box:hover .offering-icon::before {
   background-color: #fff;
   opacity: 1;
   z-index: 0!important;
   color: #fff;
}
.offering-box:hover{
    color: #fff;
}

.why-boxes:before {
    content: '';
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #198754;
    border-radius: 20px 20px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
}

.why-boxes:hover:before {
    top: 0%;
    border-radius:15px;
    opacity: 100%;
}


.call-top-action {
    
    background-image: url(../img/banners/cta-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
}

.back{
    background-color: rgba(0, 0, 0, 0.7);
}
.call-top-action .title h1{
    color: #fff;
}

.call-top-action .title h2{
    color: #f7b11e;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.call-action-para {
    padding-top: 20px;
    color: #fff;
    font-size: 17px;
}

#call-action-btn .support-contact h5{
    color: #fff;
}


footer{
    background-color: #ffffff;
}

.footer-logo h5{
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}
.footer-logo h5 span{
    color: #f7b11e;
    
}

.footer-about-us{
    padding-top: 20px;
    color: #fff;
}

.footer-social-links span a{
    color: #f7b11e;
    padding: 5px;
    font-size: 25px;
}

.quick-links h5{
    color: #f7b11e;

}
.qick-links-content{
    padding-top: 20px;
}

.qick-links-content ul{
    list-style-type: none;
    padding-left: 0px;
}

.qick-links-content ul li a{
    color: #fff;
    text-decoration: none;
}

.qick-links-content ul li {
    padding-bottom: 5px;
}

.qick-links-content ul li::after {
   content: "";
   width: 10%;
   height: 2px;
   background-color: #f7b11e;
   display: block;

}

.qick-links-content ul li:hover::after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #f7b11e;
    display: block;
    transition-duration: 0.5s;
 }

 .footer-contact h5{
  color: #f7b11e;
 }


 .footer-contact-links ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
 }

 .footer-contact-links ul li span i{
    color: #f7b11e;
    font-size: 25px;
   
 }
 .footer-contact-links ul li{
    margin-top: 15px;
 }

 .footer-contact-links ul li span{
   display: flex;
   gap: 10px;
 }

 .footer-contact-links ul li span a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
  }

  .links-call {
    color: #fff;
  }

  .copy-right{
    border-top: 1px solid #a3a3a3;
    display: flex;
    justify-content: space-between;
  }

  .copy-right p{
    color: #000000;
  }
  .copy-right p a{
    color: #198754;
    text-decoration: none;
    
  }

  .banner-name{
    position: absolute;
    top: 30%;
    text-align: center;
    left: 0;
    right: 0;
  }
  .banner-name div h5{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
  }
  .banner-name div {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.7);
    max-width: 350px;
    display: block;
    margin: auto;
  }

  .banner-name div p{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }
  .banner-name div p a{
    font-size: 18px;
    color: #f7b11e;
    font-weight: 500;
    text-decoration: none;
  }
  .inner-banner{
    position: relative;
  }

  .mission-title {
    padding-top: 20px;

  }

  .mission-title h4 span{
    font-size: 30px;
    padding-bottom: 1px;
    border-bottom: 2px solid #f7b11e;
  }

  .mission-para {
    padding-top: 15px;
  }



  .section-header {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .section-header h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
  }
  
  .section-header p {
    color: #FFF;
  }
  

  
 
  
 
  
  .contact-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #a3a3a3;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
  }
  
  .contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  
  .contact-form .input-box input,
  .contact-form .input-box textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
  }
  
  .contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
  }
  
  .contact-form .input-box input:focus ~ span,
  .contact-form .input-box textarea:focus ~ span{
    color: #f7b11e;
    font-size: 12px;
    transform: translateY(-20px);
  }
  
  .contact-form .input-box input[type="submit"]
  {
    width: 100%;
    background: #f7b11e;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #f7b11e;
    transition: 0.5s;
    font-weight: 600;
  }
  

  .contact-form .input-box input[type="submit"]:hover
  {
    background: #198754;
    color: #fff;
  }




  .contact-box{
    display: flex;
   }
   .contact-text{
    padding-left: 20px;
   }
   .contact-text h5 a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
   }
   .contact-text h5{
    color: #000;
    text-decoration: none;
    font-weight: 500;
   }
   .contact-text span{
    color: #f7b11e;
    font-weight: 500;
   }

   .social-box .footer-social-links span{
    background-color: #000;
    padding: 15px 20px;
    border-radius: 10px;
   
   }


   .contact-icon span i{
    font-size: 20px;
    margin-top: 0px;
    color: #198754;
   }

   .modal-body .banner-form{
    position: inherit;
    right: 0px!important;
    max-width: 100%;
    width: 100%;
   }

   .modal-header .btn-close{
    z-index: 1111;
   }
  
.map-div{
    border-radius: 30px;
}

.map-div iframe{
    border-radius: 30px;
}

.btn-call-fixed a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.btn-call-fixed{
    padding: 5px 15px;
    background-color: #00368c;
    position: fixed;
    top: 73%;
    border: 2px solid #d6d6d6;
    z-index: 111;
}

.btn-whatsapp-fixed a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.btn-whatsapp-fixed{
    padding: 5px 15px;
    background-color: #198754;
    position: fixed;
    top: 80%;
    border: 2px solid #d6d6d6;
    z-index: 111;
}

.copy-right{
    flex-wrap: wrap;
}






/* new css  */

.package-date {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.package-date span a i{
    color: #198754;
    font-size: 16px;
    font-weight: 600;
}
.package-date span{
    font-size: 14px;
    font-weight: 600;
    color: #5f5f5f;
}

.package-date span a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.service-fetaures h6{
    font-size: 15px;
}

.service-fetaures h6 span{
    color: #5f5f5f;
   
}

.price h5{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #198754;
}

.price h5 span{
    color: #5f5f5f;
}

.form-bottom form input{
    height: 40px;
    border: 1px solid #000;
    border-radius: 0px;
}

.form-bottom form textarea{
    
    border: 1px solid #000;
    border-radius: 0px;
}
.form-bottom form button{
    width: 96%;
   display: block;
   margin: auto;
   background-color: #198754;
   outline: 0px!important;
   border: 0px;
   color: #fff;
   font-weight: 700;
}
.form-bottom h5{
    color: #198754;
    font-weight: 700;
    margin-bottom: 20px;
}

.heading h4{
    color: #000000;
    font-weight: 700;
}

.contact-icon span{
    background-color: #ffffff;
   padding: 15px;
   border-radius: 50%;
  
}

.contact-icon span i{
    color: #198754;
    padding-top: 20px ;
    margin-top: 3px;
}

.contact-tt {
    margin-left: 20px;
}
.contact-tt h5{
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #198754;
}

.contact-tt h6 a{
    color: #000;
    text-decoration: none;
}

.form-bottom{
    background-color: #f7b11e;
    padding: 20px;
    border-radius: 20px;
}


.banner-text-right h1{
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.banner-text-right{
    position: absolute;
    left: 40px;
    bottom: 40%;
}
.banner-features{
    margin-top: 20px;
}

.banner-features h5 span{
    color: #fff;
    background-color: #f7b11e;
    padding-right: 40px;
    font-size: 22px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 800;
   
}

.form-bottom h5{
    color: #000;
}




/* read more  */
#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5 {display: none;}
#more6 {display: none;}
#more7 {display: none;}
#more8 {display: none;}
#more9 {display: none;}
#more10 {display: none;}
#more11 {display: none;}


.read-morebtn{
    border: none;
    color: #b9004a;
 
 
    text-align: center;
    justify-content: center;
    font-weight: 700;
     margin-left: 20px;
    font-size: 16px;
    display: block;
    background: transparent;
    margin-left: auto;
 }
 #myBtn {
    margin-bottom: 2px;
    margin-top: 3px;
 }
 #myBtn1{
    margin-bottom: 2px;
    margin-top: 3px;
 }
 #myBtn2{
    margin-bottom: 2px;
    margin-top: 3px;
 }
 #myBtn3{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn4{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn5{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn6{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn7{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn8{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn9{
    margin-bottom: 2px;
    margin-top: 3px;
 }


 #myBtn10{
    margin-bottom: 2px;
    margin-top: 3px;
 }

 #myBtn11{
    margin-bottom: 2px;
    margin-top: 3px;
 }



 .inclusion-list h6{
    color: #198754;
    font-weight: 700;
    margin-top: 15px;
    font-size: 20px;
 }

 .mian-footer{
    background-color: #0b244d;
    color: #fff;
 }

 .mian-footer p{
    margin-bottom: 5px;
    text-align: center;
 }

 .mian-footer p a{
   color: #fff;
   text-decoration: none;
 }


 .whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 0px;
    z-index: 999;
}

/* call icon  */

.call-icon {
    position: fixed;
    bottom: 100px;
    left: 0px;
    z-index: 999;
}
@media screen and (max-width:577px) {
    .whatsapp-float{
        display: none;
    }
    .call-icon{
        display: none;
    }
    .footer-bar {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        z-index: 99999;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    
    }

    .mian-footer {
        padding-bottom: 50px!important;
    }
}

.footer-bar{
    display: none;
}



.footer-bar button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;

}
.call-button{
    background-color:#008000;
    flex-basis: 50%;
    color: #ffffff;
}
.message-button{
    background-color:#075e54;
    flex-basis: 50%;
    color: #ffffff;

}

.footer-bar button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}


.why-book{
    background-color: #0b244d;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
}

.why-book .heading h4{
    color: #fff;
}

.contact-tt h5{
    color: #fff;
}

.contact-tt h6 a{
    color: #fff;
}