/* 
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
*/

/*
    Add your custom styles here
*/

.gform_wrapper .gf_progressbar_wrapper {
display: none;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('fonts/montserrat-semibold-webfont.woff2')format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff')format('woff');
    font-weight: normal;
    font-style: normal;

}

body{font-family:'montserratregular';}

/*.result_section{display:none}*/
#gform_fields_1,#gform_fields_3{max-width:800px;margin:0 auto;}
#gform_fields_1 .sub_heading,#gform_fields_1  .gfield_label,#gform_fields_3 .sub_heading,#gform_fields_3  .gfield_label{
font-style: normal;
font-weight: 600;
font-size:20px;
line-height: 24px;padding-bottom: 20px;}
#gform_fields_1 #field_1_4,#gform_fields_1 #field_1_7{padding-bottom: 0px !important;}
.gfield{
font-style: normal;
font-weight: 400;
font-size: 17px;

color: #000000;}
h1.entry-title{text-align:center;}
.gform_wrapper.gravity-theme .gsection {
  
    margin-bottom: 15px;
}
.gchoice {padding-bottom:20px}
.ginput_container .gchoice{position:relative;} 
.pad20{    margin-top: -20px;}
.gform_button{width: 100%;
    height: 74px;
    background: #D9D9D9;
    border: 0;
    color: #000000;
    margin: 0 auto;
    max-width: 800px;
    font-size: 20px;
    font-weight: 400;border-radius:0px}
.gform_button:hover,.gform_button:focus{background: #000000; color: #ffffff;}
.gform_wrapper.gravity-theme .gfield-choice-input {
   
    width: 18px;
    height: 18px;
    margin-right:8px;
}
.gform_required_legend{display:none}
 #gform_fields_3 {

    text-align: center;
}
.gform_wrapper.gravity-theme .gfield_checkbox label{font-size:17px;}


.img-fluid{max-width:100%; height:auto;}

.container{width:100%; max-width:1183px; margin:0 auto; padding:0 15px;}

.block-tittle{width:100%;padding-top:50px;}
.block-tittle h2{color:#000000; font-size:36px; line-height:44px; text-align:center; font-family: 'montserratregular';}


.form-address-container{padding:5px; box-shadow:5px 4px 40px rgba(0, 0, 0, 0.35); background:#ffffff; margin:0 0 80px;}
.form-address-area{display:flex; flex-wrap:wrap; padding:0px 0 0; justify-content:space-between; }
.form-address-box{width:100%; max-width:49%; min-height:320px; background:#D9D9D9; padding:29px; margin:0 0 25px;}
.address-box-tittle{text-align:center;}
.address-box-tittle h3{font-size:24px; text-align:center; color:#000000; line-height:29px;}

.address-boxContent{display:flex; flex-wrap:wrap; padding:27px 0 0;}
.address-boxContent-lft{width:68%; padding:0 2% 0 0;}
.address-boxContent-rht{width:32%; padding:0 0 0 4.5%;}

.address-boxContent-lft p{/**color:#000000;**/ color:#616161; font-size:15px; margin:0 0 19px; line-height:22px; /*padding-left:25px; position:relative;*/}
.address-boxContent-lft p a{color:#000000;}
.address-boxContent-lft p span {width:24px; display:inline-block; /*position:absolute; left:0;*/}

/* css start 13-02-23 */
     .address-boxContent-lft p span{color:#712D7A;} 
/* css end 13-02-23 */

/* custom checkbox css start */
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top:4px;   
}
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label{
    position: relative;
    
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}

.gform_wrapper .gfield_checkbox .gchoice  input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:after{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
/* after */
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:after{
    width: 18px;
    height: 18px;
    border: 2px solid #C0C0C0;
    top: 0px; background-color: #C0C0C0;     border-radius: 2px;
}




.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after{
    top: -1px;
    width:18px;
    height: 18px;
    border: 2px solid #C0C0C0;
    background-color: #C0C0C0;
    z-index: 0;
  border-radius: 2px
}
/* before */
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:before{
      width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before{
      top: -2px;
    left: 1px;
    width: 7px;
    height: 13px;
  margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
/* custom checkbox css end */


.ginput_container_radio .gfield_radio .gchoice input[type=radio]{opacity:0;}
.ginput_container_radio .gfield_radio .gchoice{position:relative;}
.ginput_container_radio .gfield_radio .gchoice label{cursor:pointer;}
.ginput_container_radio .gfield_radio .gchoice input[type=radio]:not(:checked) + label:after{
    width: 19px;
    height: 19px;
    border: 2px solid #C0C0C0;
    top:3px; background-color: #C0C0C0;
    border-radius:50%;
    content:"";
    position:absolute; left:0; z-index:1;
}

.ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label:before{
      top: 0px;
    left:-1px !important;
    width: 19px;
    height: 19px;
  margin-top:3px;
    
    
    border-radius: 50%;
    content:"";
    position:absolute; left:0; z-index:1;


    background: #fff;
    border-radius: 50%;
    border: 4px solid #C0C0C0;
}



/* 21-12-22 css start */

  .gform_wrapper .gform-body{padding:40px 0 0;}
  .gform-body .description_below .ginput_container input.large{background:#D9D9D9; border-radius:0px; border:none; height:46px;
    font-size:17px;
  line-height:21px;
  color: #000; padding-left:20px;
  font-family:'montserratregular';
  border:1px solid transparent;
  width:95%;
  }
  .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:13px;}

   .gform-body .description_below .ginput_container input.large:focus-visible{
    outline:none; border:1px solid #858585;
   }

input.large::placeholder {
  color: #000;
  font-size:17px;
  line-height:21px;
  font-family:'montserratregular';
  opacity: 1; /* Firefox */
}
input.large:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
 font-size:17px;
 line-height:21px;
 font-family:'montserratregular';
}
input.large::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
 font-size:17px;
 line-height:21px;
 font-family:'montserratregular';
}

.gform_wrapper .gform-body .description_below .sub_heading{margin:0 0 8px;}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
  padding: 2px 9px !important;
  width: 95% !important; font-size:12px !important;
}
/* 21-12-22 css end */


.gform_confirmation_wrapper {text-align:center;}


/* css start 10-02-23 */

    .gvty_form_contact.step-form-hub .form-address-box{max-width:100%; margin:0;}

/* css end 10-02-23 */

@media (min-width:1183px){
  .form-address-box{max-width:550px;}
}

@media (max-width:575.98px){
  .address-boxContent-lft, .address-boxContent-rht{width:100%;}
  .address-boxContent-rht{margin:20px 0 0;}
  .block-tittle h2{font-size:33px;}
  .address-box-tittle h3{font-size:22px;}
  .form-address-box{max-width:100%;}
  .form-address-box .img-fluid{width:100%;}
}
