/*
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;
}

.aipt-subtitle.v2 .elementor-widget-container p {
    background: #f6f6f6 !important
}

span.mt-ic-title {
    display: flex;
    align-items: center;
	float: left;
}

span.mt-ic-title span.mt-icon {
    font-family: 'Material Symbols Outlined' !important;
    display: flex;
}

.bb-fixed-row > .elementor-element{
	    position: sticky;
    top: 110px;
    left: 0;
}

.aipt-contact input, .aipt-contact textarea {
    border: 0;
    border-bottom: 1px solid lightgray !important;
    outline: unset !important;
}

button.bb-send-contact-button {
    background-image: linear-gradient(to right, #3000D0 0%, #7D0082 31%, #d001d0 50%) !important;
    background-size: 200% auto !important;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    border: 0 !important;
    /* font-weight: 500 !important; */
    max-width: 170px;
    padding: 13px 20px !important;
}

button.bb-send-contact-button:hover {
    background-position: right center !important;
    color: white !important;
}

.col-md-12.bb-send-button-wrapper p {
    text-align: center;
}

a.back-to-top.modeltheme-is-visible.modeltheme-fade-out {
    background-image: linear-gradient(to right, #230FBF 0%, #B42BD1 51%, #230FBF 100%) !important;
    background-size: 200% auto !important;
}

.back-to-top {
    background-image: linear-gradient(to right, #3000D0 0%, #7D0082 31%, #d001d0 80%) !important;
}

