.welcome-sec{display:flex; flex-wrap:Wrap; align-items:flex-start;}
.welcome-sec .welcome_left{width:50%; height:calc(100svh - 96px); overflow:auto; padding:40px 20px;}
.welcome_left_inner{  max-width: 600px;   margin: 0 auto;}
.welcome_left_inner .row{margin-bottom:30px;}
.welcome_left_inner .gform_heading{display:none !important;}
.welcome_left_inner .gform-page-footer input[type="button"]{border-radius:50px !important; background-color:#5ADBFF !important; border-color:#5ADBFF !important; color: #000000 !important;}
.welcome_left_inner .gform-page-footer input[type="button"]:hover{background-color:#EBB211 !important; border-color:#EBB211 !important; }

.welcome_left_inner .gform-theme--framework .gf_progressbar .percentbar_blue{background-color:#EBB211 !important;}

.welcome-sec .welcome_right{width:50%; position:relative; height:calc(100svh - 96px);}
.welcome-sec .welcome_right .swiper{width:100%; max-width:100%; height:100%;}
.welcome-sec .welcome_right .swiper .swiper-wrapper{width:100%;  }
.welcome-sec .welcome_right .swiper .swiper-wrapper .swiper-slide{height:100%; width:100%; border-radius:0;}
.welcome-sec .welcome_right .swiper .swiper-wrapper .swiper-slide img{width:100%; height:100%; object-fit:cover; border-radius:0;}


@media all and (max-width:1399px)
{
	
	#gform_3 .ginput_container_radio .gfield_radio .gchoice label.gform-field-label, #gform_3 .ginput_container_checkbox .gfield_checkbox .gchoice label.gform-field-label{font-size:15px;}

}


@media all and (max-width:1199px)
{
#gform_3 .ginput_container_radio .gfield_radio .gchoice, #gform_3 .ginput_container_checkbox .gfield_checkbox .gchoice{width:100%;}
}


@media all and (max-width:991px)
{
.welcome-sec {
    flex-direction: column-reverse;
	}
	
	.welcome-sec .welcome_right {
    width: 100%;
    height: 350px;
}
	
	
	.welcome-sec .welcome_left {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 40px 20px;
}
	
	
	    #gform_3 .ginput_container_radio .gfield_radio .gchoice, #gform_3 .ginput_container_checkbox .gfield_checkbox .gchoice {
        width: calc(50% - 4px);
    }
}



@media all and (max-width:991px)
{
.welcome-sec .welcome_right { height: 220px; }
	    .welcome-sec .welcome_left { padding: 30px 20px;}
	#gform_3 .ginput_container_radio .gfield_radio .gchoice, #gform_3 .ginput_container_checkbox .gfield_checkbox .gchoice {
        width: 100%;
    }
	
	#gform_3 .gfield--type-radio legend.gform-field-label, #gform_3 .gfield--type-checkbox legend.gform-field-label {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
}