/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.htmega-menu-container ul li .htmegamenu-content-wrapper li a {
    display: inline-flex !important;
    border: 0 !important;
}
.treatment-tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border: 1px solid #1c3e71;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 100px;
    background: #ffffff;
    margin-right: 10px;
}
.treatment-tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover,
.treatment-tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
     background: #1C3E73;
     border: 1px solid #1C3E73;
     color : #fff;
}
.treatment-tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 20px 0 !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
    position: relative;
}
.gfield_radio .gfield-choice-input{
    font-size: 0;
    max-height: 0;
    line-height: 0;
    overflow: hidden;
    float: left;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.gfield_radio label {
    font-weight: 400;
    border: 1px solid #999;
    display: block;
    float: left;
    padding: 7px 13px;
    margin: 0;
    position: relative;
    z-index: 0;
    text-align: center;
    cursor:pointer;
}
.gfield_radio input[type=radio]:checked+label {
    background: #00c362;
    color: #fff;
    border-color: #00c362;
    z-index: 500;
    text-decoration: underline;
}
.error_msg b{
    padding: 8px 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    color: #a94442;
}
.warning_msg b{
   
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    color: #c09853;
}
.gform_wrapper.gravity-theme .gfield_description{
    padding-bottom: 13px;
    padding-top: 0px;
}
.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 10px 0px 10px;
    background-color: #1c3e6f;
    color: #fff;
}


.gform_wrapper.gravity-theme .gsection h3 {
    font-size: 22px;
    line-height: 32px;
    padding: 10px 0;
    margin : 0;
}

#gform_next_button_1_1{
    display:block !important;
}

.gform-body.gform_body {
    border: 1px solid #1c3e6d;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    padding: 10px 30px;
    border-bottom: 1px solid #1c3e71;
    margin-top: 20px;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    border-radius: 40px;
    padding: 8px 65px;
    margin-right: 20px;
}
.gform_wrapper.gravity-theme .gform_fields {
   
    grid-row-gap: 0px !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full.error_msg[style*="display: block;"] {
    margin-top: 0 !important;
    margin: 0;
    padding: 10px;
    background: #f3dede;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full.warning_msg[style*="display: block;"] {
    margin-top: 0 !important;
    margin: 0;
    padding: 10px;
    background: #fcf8e4;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full[style*="display: block;"] legend.gfield_label.gform-field-label {
    display: contents;
}
.gform_page_footer.top_label {
    margin: 0px !important;
    padding: 10px 24px 10px 20px !important;
}
.gform_page_footer.top_label input.gform_next_button.gform-theme-button.button,
input.gform_previous_button.gform-theme-button.gform-theme-button--secondary.button,input.gform_button.button {
    border-radius: 240px;
    margin :0 !important;
    padding: 7px 60px !important;
    border: 1px solid #1c3e71;
    color: #1c3e71;
    font-weight: 500;
    cursor: pointer;
    background: #1c3e71;
    color: #fff;
}
.gform_page_footer.top_label input.gform_next_button.gform-theme-button.button:hover{
     background: transparent;
    color: #1c3e71;
}