/*
Theme Name: energieTheme
Theme URI: 
Text Domain: energieTheme
Description: WordPress them for Energie Theme
Author: the Author Energie Theme Team
Author URI: 
*/
.section-parallax .read-more-btn.pt-2 a {
    text-transform: uppercase;
}
#gform_wrapper_4 div#gf_step_4_2 {
    display: none;
}
.toggle-form-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-form-box {
    text-align: center;
}
.toggle-form-box .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-form-box  .toggleClass {    color: #9ba4aa; font-size: 1.875rem;     font-family: "Bebas Neue Pro"; font-weight: 700; line-height: 1.2;}
.toggle-form-box  .toggleClass.activeTab {    color: #2681ac; }
.toggle-form-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2681ac;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-form-box .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-form-box input:checked + .slider {
  background-color: #2681ac;
}

.toggle-form-box input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggle-form-box input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle-form-box .slider.round {
  border-radius: 34px;
}

.toggle-form-box .slider.round:before {
  border-radius: 50%;
}

.step-form-box #input_3_1 .gchoice input, .step-form-box #input_3_23 .gchoice input ,
.step-form-box #input_3_24 .gchoice input , .step-form-box #input_3_25 .gchoice input , .step-form-box #input_3_56 .gchoice input {
    position: absolute;
    opacity: 0;
}

.step-form-box #input_3_1 .gchoice input:checked+label , .step-form-box #input_3_23 .gchoice input:checked+label ,
.step-form-box #input_3_24 .gchoice input:checked+label , .step-form-box #input_3_25 .gchoice input:checked+label  , .step-form-box #input_3_56 .gchoice input:checked+label {
    background-color: #2681AC;
    color: #fff;
    border-color: #2681AC;
}
.step-form-box #input_3_1 .gchoice label , .step-form-box #input_3_23 .gchoice label , 
.step-form-box #input_3_24 .gchoice label , .step-form-box #input_3_25 .gchoice label , .step-form-box #input_3_56 .gchoice label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    color: #9BA4AA;
    min-width: 112px;
    min-height: 62px;
    border-radius: 31px;
    border: solid 1px #9BA4AA;
    background-color: #fff;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 23px;
}

@media screen and (max-width:767px){
.contact-warp .contact-map>* {
    width: 100% !important;
    height: 100% !important;
}
}