/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.banner::before{
    background: linear-gradient(300.99deg, rgba(177, 29, 103, 0.63) 23.7%, rgba(0, 0, 0, 0) 56.66%), linear-gradient(113.94deg, rgba(71, 2, 140, 0.63) 17.2%, rgba(0, 30, 137, 0) 94.61%) !important;
}

.banner h1 span{
    color: #FFA500;
}

.icon-box .elementor-widget-container {
    min-height: 213px;
}
.need-help-grdnt:after {
    content: "";
    width: 1031px;
    height: 341px;
    border-radius: 310px;
    background: #410B80;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(141px);
    z-index: 0;
}
.form-css label{
  color: #7A767E;
}
.form-css input,select{
    font-size: 14px !important;
    border-radius:0 !important;
    height:64px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border:none !important;
    padding-left: 25px !important;
}
.form-css .gfield_required_asterisk{
    color:#7A767E !important;
}
.form-css input[type=button] , input[type=submit]{
    color: white !important;
    background: var(--e-global-color-secondary) !important;
    padding: 12px 56px !important;
    height: unset !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.form-css input[type=button]:hover , input[type=submit]:hover{
    background: var(--e-global-color-primary) !important;
}
.form-css input[type=button].gform_previous_button{
    border:1px solid var(--e-global-color-secondary) !important;
    background:transparent !important;
    color:var(--e-global-color-secondary) !important
}

.form-css .gform_page_footer{
    text-align: center;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;

}
.form-css #gform_page_1_1 .gform_page_footer{
    justify-content: center;
}
.form-css .gform_required_legend{
    display: none;
}
.form-css h2,p{
    text-align:center;
    margin-top: 70px;;
} 
.form-css h2{
    color: var(--e-global-color-secondary);
    font-size: 35px !important;
    margin-bottom: 11px;
}
.form-css p{
    color: var(--e-global-color-primary);
    font-family: "Cormorant", Sans-serif;
    font-size: 33px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 30px !important;
    line-height: 35px;
}
.form-css .gform_fields{
    row-gap:25px !important;
}
.form-css .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 13px;
}
.form-css .gfield_radio{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.form-css .gchoice {
    width: 50%;
    background: white;
    padding-left: 15px;
}
.form-css #field_1_20 .gfield_radio{
    display: block;
}
.form-css #field_1_20 .gchoice {
    width: 100%;
    margin-bottom: 15px;
}
.form-css .gf_step{
    position: relative;
}
.form-css .gform_wrapper.gravity-theme .gf_step_pending .gf_step_number{
width: 10px;
height: 10px;
}
.form-css .gf_step_label {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translatex(-50%);
    width: max-content;
}
.form-css .gform_wrapper.gravity-theme .gf_step_number {
    background: var(--e-global-color-secondary);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border:none;
    font-size:0;
}

.form-css .gf_page_steps{
    display: flex;
    justify-content: space-between;
}
.form-css .gform_wrapper.gravity-theme .gf_step_number {
    background: var(--e-global-color-secondary);
    color: #ffffff;
}
.form-css .gform_wrapper.gravity-theme .gf_step_active .gf_step_number{
    background: var(--e-global-color-secondary);
    color: #ffffff;
    height: 30px;
    width: 30px;
    position: relative;

}
.form-css .gform_wrapper.gravity-theme .gf_step_active .gf_step_number:before{
    content:'';
    height: 10px;
    width:10px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 100%;
}
.form-css .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number{
    background: transparent;
}
.form-css .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before{
   display:none;

}
.form-css .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after{
    border-radius: 100%;
    background: var(--e-global-color-secondary);
    height:30px;
    width: 30px;
}
.form-css .gform_wrapper.gravity-theme .gf_page_steps{
    border:none;
    position: relative;
}
.form-css .gform_wrapper.gravity-theme .gf_page_steps:after {
    content: '';
    height: 1px;
    width: 95%;
    position: absolute !important;
    background: rgb(255, 165, 0 , 0.2);
    top: 20px;
    left: 48%;
    display: block;
    transform: translate(-50%, -50%);
}
.form-css .gform_wrapper.gravity-theme .gf_step_label{
    font-size: 15px;
    color: var(--e-global-color-primary);
}

body .gform_wrapper .gform_ajax_spinner {
	margin-top: -5px;
	margin-left: -40px;
	position: absolute;
}

.form-css .gchoice label{
    height: 100%;
    display: inline-flex !important;
    justify-content: start;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.form-css .gfield_radio .gchoice{
    position: relative;
    height: 64px;
    cursor: pointer;
}
.form-css input[type=radio]{
    position: absolute;
    left: 10px;
    top: 50% !important;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #CE2260;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #CE2260;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%) !important;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-logo{
    transform: translateX(-50%);
    
}
.header-logo:after{
       content: '';
    height: 130%;
    width: 130%;
    position: absolute;
    bottom: -16px;
    background: White;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    z-index: -1;
    
}

@media (max-width: 1024px) {
.icon-box .elementor-widget-container {
    min-height: 148px;
}
}
@media (max-width: 767px) {
.icon-box .elementor-widget-container {
    min-height: 188px;
}
	.need-help-grdnt:after {
    width: 361px;
    height: 181px;
    filter: blur(86px);
}
.form-css input, select {
    height: 50px !important;
}
.form-css .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    margin-bottom: 8px;
    padding-left: 0;
}
.form-css .gfield_radio .gchoice {
    position: relative;
    height: 50px;
    cursor: pointer;
}
.form-css input[type=button], input[type=submit] {
    padding: 6px 30px !important;
    font-size: 14px !important;
}
.form-css .gform_fields {
    row-gap: 15px !important;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    width: 15px;
    height: 15px;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
}
.form-css .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    height: 25px;
    width: 25px;
}
.form-css .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
    height: 25px;
    width: 25px;
}
	.form-css .gform_wrapper.gravity-theme .gf_page_steps:after {
     width: 90%;
		
	}

    .header-logo:after{
        content: '';
    height: 120%;
    width: 120%;
    bottom: -7px;
  
}
}