.smap_popup_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    background: white;
    width: 100%;
    height: 100%;
}
p.gform_required_legend{
display: none;
}
.smap_popup {
    width: 570px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 50px;
    border-radius: 20px;
    /*height:fit-content;*/
    border: 1px solid #06bed8;
    background-color: white;
    overflow-x: hidden;
}
.smap_popup_title {
    color: #000000;
    text-align: center;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-family: inherit;
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;;
    margin-bottom: .5em;
	margin-left: 20px;
    margin-right: 20px;
}
.gform_heading h2.gform_title {
    display: none;
}
.smap_popup_cross_btn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px !important;
    color: black;
    padding: 6px 14px;
    border: 1px solid #ebebeb;
    border-radius: 10px !important;
}
button.smap_popup_cross_btn:hover {
    background: #06BED8;
    color: #fff;
}
.smap_confirmation_popup_container{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999991;
    background: #fff;
    widtH: 100%;
    height: 100%;
    display: none;
}
.smap_confirmation-content{
    width: 570px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 50px;
    border-radius: 20px;
    /*height:fit-content;*/
    border: 1px solid #06bed8;
    background-color: white;
}
.smap_confirmation-content h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.smap_confirmation-content p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.smap_confirmation_btn_div {
    display: flex;
    justify-content: space-between;
}
a#personal-trainers-popup, a#fitness-sports-pro-popup, a#child-care-popup, a#music-lessons-popup, a#tutors-popup, a#pet-care-popup, a#and-more-popup{
    cursor: pointer;
}
.moreBtnToggleSection{
    display:none ;
}
a.smap-btn-icon{
    cursor:pointer;
}
a.moreBtnChildContainer{
    cursor:pointer;
}
button.smap_confirmation_btn_quit {
    border: 1px solid #06BED8;
    color: #06BED8;
}
button.smap_confirmation_btn_quit:hover {
    border: 1px solid #06BED8;
    background: #06BED8;
    color: #fff;
}
button.smap_confirmation_btn_continue{
    border: 1px solid #06BED8;
    color: #06BED8;
}
button.smap_confirmation_btn_continue:hover {
    border: 1px solid #06BED8;
    background: #06BED8;
    color: #fff;
}
/*.gform_page_fields .ginput_container.ginput_container_radio, .gform_page_fields .ginput_container.ginput_container_checkbox{
    height: 280px;
}*/
.smap_popup .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
    justify-content: center;
}
.smap_popup .gform_wrapper.gravity-theme .top_label .gsection_description {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}
.smap_popup .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 10px;
}
.smap_popup .gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    line-height: 25px;
}
.smap_popup .gform_wrapper.gravity-theme .gfield input.small, .smap_popup .gform_wrapper.gravity-theme .gfield select.small{
    width: 100%;
}
/*.smap_popup .gform_fields > .gfield--type-date.gfield--input-type-datepicker{*/
/*    margin: 0;*/
/*}*/

/* .page .gform_wrapper .gfield_radio .gchoice, .page .gform_wrapper .gfield_checkbox .gchoice{
	margin:px !important;
} */
.smap_popup .gform_wrapper.gravity-theme .ginput_container_time {
    /*flex-basis: min-content;*/
    max-width: unset;
    /*min-width: unset;*/
    /* width: 100%; */
    display: flex;
    flex: 1;
}
.smap_popup .gform_wrapper.gravity-theme .gfield.gfield--type-time.gfield--width-full{
    margin: 0 30px;
}
.smap_popup .gform_wrapper.gravity-theme .gfield--type-time .gfield_label {
    text-align: left;
}
/* Updated On 11-May-2023 */
.ginput_container.ginput_container_radio,.ginput_container.ginput_container_checkbox {
    margin: 0 20px;
    overflow-y: auto;
}
.ginput_container
{
    height: auto !important;
}
.main-scroll {
    overflow: hidden;
}
.smap_popup {
    max-height: 85vh;
    height: fit-content;
    overflow-x: hidden;
    /*====================*/
}
/* ===================== */
/*responsive design*/
@media only screen and (max-width: 1366px){
    .smap_popup {
        width: 470px;
        padding: 40px;
    }
    .smap_confirmation-content{
        width: 470px;
        padding: 45px;
    }
    .ginput_container.ginput_container_radio, .ginput_container.ginput_container_checkbox{
        margin: 0;
    }
    .smap_popup_title{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5PX;
    }
    .page .gform_wrapper legend.gfield_label {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 15px;
    }
    /* .gform_page_fields .ginput_container.ginput_container_radio, .gform_page_fields .ginput_container.ginput_container_checkbox {
        height: 224px;
    } */
    .smap_popup .gform_wrapper.gravity-theme .gf_progressbar{
        margin-bottom: 10px;
    }
    .smap_popup .gform_fields > .gfield{
        margin: 0 10px;
    }
    .smap_popup .gform_wrapper .gfield_radio .gchoice{
        grid-template-columns: 25px 300px;
    }
    .smap_popup .gform_wrapper.gravity-theme .gfield_label {
        font-size: 15px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 667px){
    .smap_popup {
        padding: 20px 20px 20px 20px;
        border-radius: 20px;
        width: 90%;
    }
    .smap_popup_title {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px;
    }
    .smap_confirmation-content{
        padding: 50px 20px;
        border-radius: 20px;
        width: 90%;
    }
    .smap_popup_cross_btn {
        top: 0px;
        right: 0px;
    }
    .smap_popup .gform_wrapper.gravity-theme .gf_progressbar{
        margin-bottom: 8px;
    }
    .smap_popup .gform_wrapper .gfield_radio .gchoice {
        grid-template-columns: 25px 200px;
    }
    .smap_popup .gform_wrapper.gravity-theme .gfield_label {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 2px
    }
    /* .gform_page_fields .ginput_container.ginput_container_radio, .gform_page_fields .ginput_container.ginput_container_checkbox {
        height: 208px;
    } */
}
.page .gform_wrapper.gravity-theme fieldset {
    margin: 0 30px;
}
@media only screen and (max-width: 1366px){
    .page .gform_wrapper.gravity-theme fieldset {
        margin: 0 10px;
    }
}

.page .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]::before {
    border-radius: 3px;
}

/*Terms and condition field */
 .page .gform_wrapper .smap-gf-check-box .gfield_checkbox .gchoice {
    border: 0 !important;
    padding: 0 !important;
    margin: 5px 0 5px 0 !important;
	align-items: unset;
}
@media only screen and (max-width: 667px){
	 .page .gform_wrapper .smap-gf-check-box .gfield_checkbox .gchoice {
    border: 0 !important;
    padding: 0 !important;
    margin: 8px 0 12px 0 !important;
	align-items: unset;
}
}
.smap-gf-check-box .ginput_container.ginput_container_checkbox {
    margin: 0;
}
.page .gform_wrapper
.smap-gf-check-box .gfield_checkbox .gchoice input[type="checkbox"] {
    margin-top: 5px;
	    width: 16px;
    height: 16px;
	border: 2px solid #06BED8;
}
.page .gform_wrapper .smap-gf-check-box .gfield_checkbox .gchoice input[type="checkbox"]::before {
    content: "";
    width: 9px;
    height: 10px;
    box-shadow: inset 16px 13px #06BED8;
   
    border-radius: 3px;
}
.page .gform_wrapper .smap-gf-check-box .gfield_checkbox .gchoice label {
	font-family: 'Lato';
    font-size: 10px !important;
    line-height: 1.5 !important;
    font-weight: 500;
    color: #333333 !important;	
}
.gform_wrapper.gravity-theme .smap_gf_terms_condition.gfield {
    font-family: 'Lato';
    font-size: 9px !important;
    line-height: 1.5 !important;
    font-weight: 500;
    color: #8e8d8d !important;
}
.gform_wrapper.gravity-theme .smap_gf_terms_condition.gfield a{
	color: #06BED8;
}

.page .gform_wrapper .gfield_radio .gchoice, .page .gform_wrapper .gfield_checkbox .gchoice {
    height: 40px !important;
}