/*
Theme Name: AiPT Child
Theme URI: https://aipt.modeltheme.com/
Template: aipt
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Artificial Intelligence WordPress Theme
Version: 1.6.3
Text Domain: aipt
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */


#navbar .menu-item > a {
    border: 0 !important;
}

#navbar .menu-item > a {
    border: 0 !important;
    text-transform: none !important;
}

#navbar .menu-item:last-child > a {
    border-right: 0 !important;
}

.header1 #navbar {
    text-align: right;
    display: flex !important;
    justify-content: center;
}

.mt-icon-listgroup-text {
    color: black !important;
    font-size: 16px !important;
}

.booking-button{
overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-image: linear-gradient(to right, #230FBF 0%, #B42BD1 51%, #230FBF 100%) !important;
    background-size: 200% auto !important;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    padding: 15px 30px;
    border-radius: 50px;
    color: white !important;
    z-index: 1;
}

.header1 .header-info-group h5 {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0;
}