/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
/* Our Counseling Services sec css */
.disable-tab {
    display: none !important;
}
.disable-tab.active {
    display: flex !important;
}
.cstm-tabsss {
    cursor: pointer;
}
.cstm-tabsss.active {
    background-color: #DCD4C833;
    border-color: #003C20 !important;
}


/* Our Counseling Services sec css end */

/* Inside pages */
.contact-form-container .field {
    border: 1px solid #0000001F;
}

.contact-form-container .field:focus-visible {
    outline: none !important;
}

.contact-form-container .field:focus {
    border: 1px solid #0000001F;}

.contact-form-container input.field {
    padding: 15px 0 15px 15px;
    background-color: #f9f9f9;
}
.field
{
    background-color: #f9f9f9;
}

button.submit-btn {
    background-color: #003C20;
    color: #fff !important;
    border: #fff !important;
    padding: 15px 50px;
}

button.submit-btn:hover
{
background-color:#003C20 !important;
}

input.field {
    font-family: 'Manrope' !important;
}
textarea.field {
    height: 110px !important;
}

.blog-searchbar input {
    height: 20px !important;
}

.blog-searchbar button.e-search-submit {
    height: 55px;
}

.for-line-clamp p.elementor-image-box-description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
};














